1.x/Quick Start: Difference between revisions
From Citizens Wiki
< 1.x
(Created page with "Fill this page with info. I'm looking at you, aufdemrand.") |
No edit summary |
||
Line 1: | Line 1: | ||
== Creating your first NPC == | |||
It is important to read the [[Commands]] page for an in-depth look at all of the commands you can use to customize your NPCs. For now, here is a basic guide on how to setup an NPC. | |||
Type ''/npc create [name]''. Replace ''[name]'' with the name of your NPC. Optionally, you can add text to your NPC. To do this, simply add words after the name of the NPC. Example: | |||
<pre>/npc create Notch I like cookies!</pre> | |||
That's it! Of course there are various other things that you can do with basic NPCs as shown in [[Commands]]. |
Revision as of 00:19, 15 February 2012
Creating your first NPC
It is important to read the Commands page for an in-depth look at all of the commands you can use to customize your NPCs. For now, here is a basic guide on how to setup an NPC.
Type /npc create [name]. Replace [name] with the name of your NPC. Optionally, you can add text to your NPC. To do this, simply add words after the name of the NPC. Example:
/npc create Notch I like cookies!
That's it! Of course there are various other things that you can do with basic NPCs as shown in Commands.