Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Console.NPCSay #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think TibiaAPI needs a "console.npcsay", just for enhancement... It will 
simplify a lot for beginners.

Thanks

Original issue reported on code.google.com by lucas.pa...@gmail.com on 9 Oct 2010 at 8:49

GoogleCodeExporter commented 9 years ago
You can use
Console.Say(ChatMessage.CreateNormalMessage("hello", 
SpeechType.PrivatePlayerToNPC));

Original comment by muttd...@gmail.com on 10 Oct 2010 at 11:48

GoogleCodeExporter commented 9 years ago
We are trying to stay away from many ways to do the same thing, since that 
really is confusing for beginners.

Original comment by ian320 on 6 Jan 2011 at 6:23