Warp Command: type: command name: warp description: Allows staff members to warp to preset warp locations and to set warps. usage: /warp aliases: - warps permission: permission message: <&e>Type /help for a list of commands. script: # This will be the list of warps. - if == 0: - narrate "The list" - choose : - case create: - if !>= 3: - narrate "Nope" - stop - define warp - define location - if : - ~yaml load:../../../../SaveData/World/Lobby/warps.yml id:warps - if .<[warp]>]> - narrate "Warp already exists" - stop - yaml id:warps set .<[warp]>:<[location]> - ~yaml savefile:../../../../SaveData/World/Lobby/warps.yml id:warps