(I used the Skyrim- Community- Unpacker- to set the max skill level at 101).
I used CIPSPIC 'My first script' guide to create a quest to run the script. The script compiles fine ... but nothing happens.
ScriptName WZTestPerpetual extends Quest Event OnInit () if (Game.GetPlayer().GetActorValue("OneHanded") == 101) Game.GetPlayer().ModActorValue("OneHanded", -1)endIfEndEvent
I can't find any applicable entry in the logs. When I used the sqv console command I got this message:
Missing Parameter Quest.
Compiled Script Not Saved!
Compiled Script Not Saved!
Help?