whitemage706 Posted June 10, 2011 Share Posted June 10, 2011 Normally I would try and figure these problems out on my own but this is really bugging me. I have recently started doing mods and I am getting better, but still a noob at modding and scripting in general. I am trying to make a trait that gives you a perk each level but you get 3 less skill points each level. My script so far- scriptname PerkUnique begin GameMode if player hasperk Uniquecon_SetGameSetting iLevelsPerPerk 1endif end Every time I try to save it however my Geck Powerup gives me this error- Line 9-End Without Matching Begin. Please help! It is really frustrating me. Cheers, :whistling: Link to comment Share on other sites More sharing options...
rickerhk Posted June 11, 2011 Share Posted June 11, 2011 You are missing the dot in player.hasperk Link to comment Share on other sites More sharing options...
whitemage706 Posted June 11, 2011 Author Share Posted June 11, 2011 Thanks for the help, but I still get the error 'End without matching Begin'. Very frustrating. Cheers, :whistling: Link to comment Share on other sites More sharing options...
laochra Posted June 11, 2011 Share Posted June 11, 2011 Put in End Gamemode. It fixed my script the other day. Link to comment Share on other sites More sharing options...
whitemage706 Posted June 11, 2011 Author Share Posted June 11, 2011 Nope, thanks for the advice but this does not work. I swear it should work at this point :wallbash: Cheers, :whistling: Link to comment Share on other sites More sharing options...
laochra Posted June 11, 2011 Share Posted June 11, 2011 Also your 6th line doesn't make sense. Link to comment Share on other sites More sharing options...
whitemage706 Posted June 11, 2011 Author Share Posted June 11, 2011 Please explain, I am a noob at all this. I thought this would (if he has the perk) set the perks per level to 1? Cheers, :whistling: Link to comment Share on other sites More sharing options...
rickerhk Posted June 11, 2011 Share Posted June 11, 2011 Where are you putting the script? Link to comment Share on other sites More sharing options...
Recommended Posts