Has anyone found a good way to incorpoare some sort of scripting language in byond games? Something that could be reread at runtime or reread when its brought into the game or called on to be loaded. Ive been toying with the idea of including a scripting system so I could make changes during beta game testing without having to reboot the world.
Say the find an item is to strong, then I just change the strength of the item in the script and reload it effectivly correcting the Item without a reboot. So has this been done before? and anyone have any tips on what the best way to handle this would be.
ID:152791
Oct 12 2005, 6:47 pm
|
|
DoOmBringer wrote:
Say the find an item is to strong, then I just change the strength of the item in the script and reload it effectivly correcting the Item without a reboot. So has this been done before? You could always use hub://Deadron.XML for this. =) |
In response to Wizkidd0123
|
|
Aye, I do use it for some things, but the other reason I am making a scripting language is so the clients can write scripts to create trigger effects for custom items and what not.
|
There are scripting languages for BYOND around, though to be honest none of the publically available ones are any good. (At least, I haven't seen any good ones.) One of these days I really must get around to finishing and releasing my own general-purpose scripting language...
Rolling your own isn't too hard for a seasoned programmer. Read up on basic compiler theory if you're serious about it.