Denizen/Commands: Difference between revisions

From Citizens Wiki
No edit summary
No edit summary
Line 37: Line 37:
- attack
- attack
- attack stop
- attack stop
</pre>
}}
{{Denizen Command
|chair
|(sit|stand) (location:x,y,z,world)
|Make the NPC sit or stand at a location.
'''Examples'''
<pre>
- sit "location:300,65,300,world"
- sit "<anchor:Chair>"
- stand
</pre>
</pre>
}}
}}

Revision as of 15:14, 9 February 2013

====announce

==

announce ["announcement text"]
Displays a message that every player on the server can read.


Examples

- announce "The skeleton invasion has ended."
- announce "<player.name> has joined the blue team!"


====assignment

==

assignment [{set}|remove] ("script:name")
Set or remove an assignment for an NPC.


Examples

- assignment remove
- assignment set "script:Evil Wizard"


====attack

==

attack (stop)
Make the NPC attack or stop attacking the player.


Examples

- attack
- attack stop


====chair

==

chair (sit
stand) (location:x,y,z,world)