Jump to content

TheShadow208

Supporter
  • Posts

    1
  • Joined

  • Last visited

Everything posted by TheShadow208

  1. Okay so, I've been wanting to start making mods, and I know how to roughly do it, but I'm trying to add a companion wheel to my companion I've already made, and when I try to save my script I get a error no matter how I write the script, and I used a script that I saw someone else use, and theirs worked and saved perfectly.. Mine Is wrote exactly the same... What am I doing wrong..? ___________________________________________________________________________________________________________ scn JamisonScript short HasBeenHired short L38 short DoOnce int CombatStyleRanged int CombatStyleMelee int IsFaulowingDefault int IsFollowingLong int FollowerSwitchAgressive int Waiting Begin GameMode If [DoOnce !=1] Set HasBeenHired to 0 Set L38 to 0 Set CombatStyleRanged to 1 Set CombatStyleMelee to 0 Set IsFollowingDefault to 0 Set IsFollowingLong to 0 Set FollwerSwitchAgressive to 0 Set Waiting to 0 Set DoOnce to 1 Endlf End ___________________________________________________________________________________________________________ Can anyone please show me any errors I am making please?
×
×
  • Create New...