Jump to content

Can't save scipts


Denis517

Recommended Posts

I am having a problem that seems to happen to a lot of people. I have checked this script and see nothing wrong. I have even taken another script copied and pasted it and STILL couldn't save it.

scn GrecksScript

 

short HasBeenHired

short L38

sgort Relax

short DoOnce

 

int CombatStyleRanged

int CombatStyleMelee

int IsFollowingDefault

int IsFollowinfLong

int FollowerSwitchAggressive

int Waiting

 

Begin GameMode

If (DoOnce !=1)

Set HasBeenHired to 0

Set L38 to 0

Set CombatStyleRanged to 1

Set CombatStyleMelee

Set IsFollowingDefault to 0

Set IsFollowingLong to 0

Set FollowerSwitchAggressive to 0

Set Waiting to 0

Set Relax to 0

Set DoOnce to 1

EndIf

End

 

If you see anything I am doing wrong could you please inform me?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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