whitemage706 Posted June 10, 2011 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:
whitemage706 Posted June 11, 2011 Author Posted June 11, 2011 Thanks for the help, but I still get the error 'End without matching Begin'. Very frustrating. Cheers, :whistling:
laochra Posted June 11, 2011 Posted June 11, 2011 Put in End Gamemode. It fixed my script the other day.
whitemage706 Posted June 11, 2011 Author 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:
whitemage706 Posted June 11, 2011 Author 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:
Recommended Posts