Yep, apparently so! I had no idea. Might have to put that into the What Cool Little Thing thread.57 Wait, you can? That makes charged certus SO much easier!
this.battleManager = new BattleManagerHelper({
characterContainer : this.managePanel.find(".panel-body").empty(), //the place on the page where it needs to go
config : this.config, //config for this rp.
rpCode : this.rpCode, //the code (id) of the roleplay
characters : this.characters, //a list of characters
modifiers : this.modifiers, //a list of all the modifiers for the characters
});
codeHandler.registerCode({
depends : [],//list of dependencies
once : function(),//this function gets executed only once after this code has been loaded for the first time
startup : function(),//this function gets executed when the user goes to this page
shutdown : function()//this function gets executed when the user goes to another page (on the same site)
})