filoromz / roloex

A random project -- RPG game :)
4 stars 0 forks source link

Introduce Non-Player Characters (NPC's) #12

Open filoromz opened 12 years ago

filoromz commented 12 years ago

Non-Player Characters are characters that you can't attack (or maybe you can ;D) but you can socialise with them.

Ideas: If your hero is adjacent to an NPC, you can invoke the following command "talk" and you will interact and talk with that person!

NPC's should extend from the Character abstract class.