Paste #139689: Diff Report Between Paste #139688 and #139686

Date: 2026/03/28 17:35:52 UTC+00:00
Type: Diff Report

View Raw Paste Download This Paste Edit Of Paste 139688
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


 cmd_transfer:
     type: command
     name: transfer
     description: Trigger a proxy transfer
     usage: /transfer [player] [destination]
     script:
     - define playerName <context.args.get[1]>
     - define player <server.match_player[<[playerName]>].if_null[null]>
     - define destinationName <context.args.get[2]>
-    - if <[playerToWarp]> == null:
+    - if <[player]> == null:
         - narrate "<&[error]>No player named '<[playerName]>'"
         - stop
     - adjust <[player]> send_to:<[destinationName]>