I'm quite new to scripting and I would like to create a mage kit which requires to use scripts often. The problem is I can't find a proper place to run the script because:
- I can't use baldur.bcs because HaveSpell() or RemoveSpell() wouldn't work
- for the same reason I can't use the invisible creature trick.
- I wouldn't like to use dplayer3.bcs because it's deactivated when AI is turned off and my kit would lose all ability
- for the same reason I can't use ChangeAIScript with level >= CLASS
- I fear I would mess something if I use ChangeAIScript with level < CLASS
There's no other place to run script, isn't it ?
I don't understand why in IE does not exist a default, ever active, mandatory script for PCs and/or NPCs. It's seem such a obvious feature...
Thanks.