Jump to content

Scripting Help!


whitemage706

Recommended Posts

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 Unique

con_SetGameSetting iLevelsPerPerk 1

endif

 

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...