glad to see that you fixed her. What did you do to stop her from crashing the game exactly?
Edit: Oh, I see, you got rid of one of the skins. So this means 2 skin changes won't work for a character? I was hoping to use 2 skin changes for adam (magus and cocoon), but wasn't sure it'd work.
I don't think two skin changes are possible without freezing the game, but I would still experiment with it. With the original Wolfsbane, skin changes were done for everything she did - including her movements. It may have overwhelmed the game. But, if you're using the Magus and Cocoon for maybe just one power/boost, it may work. Don't give up on that. Also if it helps, the original Wolfsbane powerstyle file looked like this:
event {
inherit = powerup ;
life = -1 ;
name = wolf_link ;
skin = 21504 ;
skin_swap = true ;
tag_name = wolf_link ;
}
event {
inherit = powerup ;
life = -1 ;
name = lupine_link ;
skin = 21503 ;
skin_swap = true ;
tag_name = lupine_link ;
}
Mine on the other hand looks like this:
event {
inherit = powerup ;
life = -1 ;
name = lupine_link ;
no_stack = true ;
remove_skin_on_exit = true ;
skin = 21534 ;
skin_filter = 21502 ;
skin_swap = true ;
tag_name = lupine_link ;
}
I would suggest doing some trial and error tests, compare these scripts here, and see what you come up with. MUALover found a way to have extended combos; I found a way to have more than one Xtreme; Maybe you'll be the one to find how to use multiple skins without freezing the game.