Check that the incoming message is an appropriate type for this command.
Check that the incoming message is an appropriate type for this command.
the message
true, if we will handle it; false, otherwise
Accept and confirm that a message sent to a player is a valid /warp
invocation.
Accept and confirm that a message sent to a player is a valid /warp
invocation.
If so, parse the message and send the player to whichever destination in this zone was requested.
the player
the message the player received
true, if the player is being transported to another place; false, otherwise
An implementation of the CSR command
/warp
, highly modified to serve the purposes of the testing phases of the server. Seehelp()
for details.