E.L. Palmer Posted February 14, 2015 Posted February 14, 2015 I have been studying the scripts from the mods in my game. I will some time tweak the scripts to see what happens ingame. When I close it I get "line 11: Script command "modav2" not found." Yet the line is present. scn aaaTelekineConsumingEffectScriptref selfref casterbegin scripteffectstartset self to getselfset caster to aaatelekinequest.casterif(getdistance caster> 2048) modav2 health -1 <----------------- line 11 modav2 fatigue -2 modav2 magicka -2 caster.modav2 health 1 caster.modav2 fatigue 2 caster.modav2 magicka 2 if ( getrandompercent > 100) caster.pushactoraway self -20 endifelseif(getdistance caster> 1024) modav2 health -2 modav2 fatigue -4 modav2 magicka -4 caster.modav2 health 2 caster.modav2 fatigue 4 caster.modav2 magicka 4 if ( getrandompercent > 90) caster.pushactoraway self -20 endifelseif(getdistance caster> 512) modav2 health -4 modav2 fatigue -8 modav2 magicka -8 caster.modav2 health 4 caster.modav2 fatigue 8 caster.modav2 magicka 8 if ( getrandompercent > 80) caster.pushactoraway self -20 endifelseif(getdistance caster> 256) modav2 health -8 modav2 fatigue -16 modav2 magicka -16 caster.modav2 health 8 caster.modav2 fatigue 16 caster.modav2 magicka 16 if ( getrandompercent > 70) caster.pushactoraway self -20 endifelseif(getdistance caster> 128) modav2 health -16 modav2 fatigue -32 modav2 magicka -32 caster.modav2 health 16 caster.modav2 fatigue 32 caster.modav2 magicka 32 if ( getrandompercent > 60) caster.pushactoraway self -20 endifelseif(getdistance caster> 64) modav2 health -32 modav2 fatigue -64 modav2 magicka -64 caster.modav2 health 32 caster.modav2 fatigue 64 caster.modav2 magicka 64 if ( getrandompercent > 50) caster.pushactoraway self -20 endifendifend
Slammer64 Posted February 14, 2015 Posted February 14, 2015 It's looking for the OBSE command ModAV2, you do have OBSE 21 installed right and/or running the CK with OBSE enabled?
E.L. Palmer Posted February 15, 2015 Author Posted February 15, 2015 I do have OBSE and the mod Telekinetic Mastery requires it. I only use OBSE to play the game. Task manager only shows Tesconstructionset.exe active.
fejeena Posted February 15, 2015 Posted February 15, 2015 If you don't start your Construction Set with OBSE it can not save OBSE scripts. OBSE, CS and CS Extender, see my yellow Link below.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.