scn AttributeStayScriptShort IsLoadedfloat fQuestDelayTime Begin GameMode [i]<--------------if I add printc here, it will print to the console.[/i] Set fQuestDelayTime to 1 Set GetGameLoaded to IsLoaded if IsLoaded == 1 RunBatchScript "Strength.txt" if player.GetBaseAV Strength < 10 player.SetAV Strength 252 RunBatchScript "Strength.txt" if player.GetAV Strength < 10 player.SetAV Strength 252 RunBatchScript "Strength.txt" [i]<--------------------------if I add printc here, it does not get printed to the console[/i] endif endif endif if player.GetAV Strength >= 252 player.SetAV Strength 252 endifendBegin MenuMode RunBatchScript "Strength.txt" if player.GetAV Strength >= 252 player.SetAV Strength 252 endif if player.GetBaseAV Strength < 10 player.SetAV Strength 252 endif if player.GetAV Strength < 10 player.SetAV Strength 252 endifend
Set GetGameLoaded to IsLoaded
player.setav strength 252
if player.GetBaseAV Strength < 10 player.SetAV Strength 252 RunBatchScript "Strength.txt" if player.GetAV Strength < 10