Help with Parser in Developer Help
|
|
I am not good enough to just make a text parser on my own, I ended up using a Parser Lib by AbyssDragon.
http://developer.byond.com/hub/AbyssDragon/Parser
To be honest I don't know how the Lib itself works, I simply used the demo and looked at how to use it. And for the most part it works how I would like.
My question is, with this current lib, would it be possible to have a mob call a command already defined? My players use a command I defined called north, south, ect. They use them to walk within the mud I am working on.
Is it possible to have mobs in the game call these same defined commands?
|
(I worked on Parser stuff for a while, but AbyssDragon's stuff works differently from what I made. Ebonshadow's parser works more like mine because it uses some of my procs.)
Also, I might note that if you want to create a MUD, Alathon worked on Intermundia for a while (and I believe that uses AbyssDragon's parser).