Ok so I have created an object:
obj
sword
desc = "a sword."
Now I want for that object appear in a room. Also any suggestions as to how I can creat 1.Npcs that move around and 2. monsters for fighting and 3. a decent combat system.
Thanks in advance I know that's alot.
ID:167550
Feb 27 2006, 11:16 am
|
|
In response to Bamrulez
|
|
What in hellsname is wrong about his code? He's making a TEXT mud, not an icon/map game.
Anyhow, there are PLENTY of monster/NPC demo's out there. |
Here is how it should look like.
obj
sword
icon='sword.dmi'
desc="A shard blade."
Sorry for the incorrect way to post a code snippet, I am in a hurry.
~Bamrulez