Hi there. I'm pretty new to writing my own stuff for MUSHclient, so apologies first and foremost if this is 1) stupid easy stuff or 2) already addressed somewhere that I cannot for the life of me find.
Problem:
I can't seem to find a method of accessing functions within a plugin script from the world file itself.
Details:
A plugin I've written for the game I play works well. But getting the most use out of it (for others and myself) requires being able to create aliases on the fly that run the functions -within- the plugin, that technically don't exist so far as the world file is concerned.
I know it's possible to just write the aliases into the plugin file itself, but that's a little unwieldy. So, is there a workaround or simple solution I've skipped over?
Problem:
I can't seem to find a method of accessing functions within a plugin script from the world file itself.
Details:
A plugin I've written for the game I play works well. But getting the most use out of it (for others and myself) requires being able to create aliases on the fly that run the functions -within- the plugin, that technically don't exist so far as the world file is concerned.
I know it's possible to just write the aliases into the plugin file itself, but that's a little unwieldy. So, is there a workaround or simple solution I've skipped over?