nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

NPC function: "say" #112

Closed nskins closed 7 years ago

nskins commented 7 years ago

A nice convenience function for NPC would be #say(words), where words is a String. The function would do the following:

jamesball27 commented 7 years ago

On it

nskins commented 7 years ago

Fixed in #114/#119.