rob05c / gomud

A telnet game server written in Go
MIT License
0 stars 1 forks source link

Non-Player Characters #7

Open rob05c opened 11 years ago

rob05c commented 11 years ago

Add NPCs.

NPCs should:

Dynamic scripting allows all sorts of other dynamic things, such as aggro, attacking players, picking up items, saying quest lines, giving players items in response to quest events.

NPCs can be created now via the createnpc command. However, they currently differ from items only in that they can't be picked up.

NPCs are now scriptable.