Denizen/Commands: Difference between revisions
From Citizens Wiki
< Denizen
Davidcernat (talk | contribs) No edit summary |
Davidcernat (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Denizen Command | {{Denizen Command | ||
|announce | |announce | ||
|[ "announcement text" ] | |["announcement text"] | ||
|Displays a message that every player on the server can read. | |Displays a message that every player on the server can read. | ||
Line 14: | Line 14: | ||
{{Denizen Command | {{Denizen Command | ||
|assignment | |assignment | ||
|[ {set} <nowiki>|</nowiki> remove ] | |[{set}<nowiki>|</nowiki>remove] ("script:name") | ||
|Set or remove an assignment for an NPC. | |Set or remove an assignment for an NPC. | ||
Revision as of 14:49, 9 February 2013
announce | ["announcement text"] |
---|---|
Displays a message that every player on the server can read.
- announce "The skeleton invasion has ended." - announce "<player.name> has joined the blue team!" |
assignment | [{set}|remove] ("script:name") |
---|---|
Set or remove an assignment for an NPC.
- assignment remove - assignment set "script:Evil Wizard" |