My first real post (besides Introduction!)
The game that I'm creating will be heavily reliant on a chat program. Basically the chat program would allow the players to talk to other players in the game via different channels (local, region, world, guild) but another big thing I wanted it to be used for is many of the commands in game ie. mining a mineral node would be done like this:
"Oh look a mineral node is 2 grid spaces away"
##move 2 east <-- movement command not sure if that could even work
Once you're one the space you'll have basic information displayed about the grid space you're on such as abundance of minerals, danger level whatever (not fully developed yet)
##mine <-- this will trigger a script to determine if you fail or succeed and what you get from the node.
My main question is this. Is there anything already out there I can use and modify or do I have to create a new chat program?