macskay / tekmate

Stargate-based Point'n'Click Adventure
GNU General Public License v2.0
2 stars 0 forks source link

Logic: Player-NPC Interaction #22

Open macskay opened 9 years ago

macskay commented 9 years ago

A player should be able to talk to an NPC. When this happens the NPC stops walking. The NPC should respond with an answer getting it randomly from a set of anwers. After the converstaion has ended the NPC resumes walking around.

Later there will be special NPC. They won't reply with a ransom answer but for now we just need some supernumeraries

mvmntjulz commented 9 years ago

NPC with response message has been added