Yeah so, my healing plugin for my mud is around 9500 lines of code and is wicked hard to sort through when doing updates.
Is there anyway to split it up into different files, i.e. queue.vbs then load those files into my main plugin?
So I could have
mainplugin.xml
which incorporates
queue.vbs
queuetriggers.xml
plants.vbs
planttriggers.xml
etc?
Is there anyway to split it up into different files, i.e. queue.vbs then load those files into my main plugin?
So I could have
mainplugin.xml
which incorporates
queue.vbs
queuetriggers.xml
plants.vbs
planttriggers.xml
etc?