carrier_bird: type: command name: m description: Sends a carrier bird message to another player! usage: /m player|message permission: dscript.m script: - if < 2: - narrate "/m [player] [message]" # fallback for if player doesn't exist - define target ].if_null[null]> # if incorrect name, tell user and stop - if <[target]> == null: - narrate " can not be found. Make sure you write the name correctly." - stop