Jump to content

scripting question


cdo947214

Recommended Posts

Can someone please explain to me, in laymans terms, what the following scripts do and what everything means. (line by line)

 

scn ***Script
short HasBeenHired
short L38
short DoOnce
int CombatStyleRanged
int CombatStyleMelee
int IsFollowingDefault
int IsFollowingLong
int FollowerSwitchAggressive
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 FollowerSwitchAggressive to 0
Set Waiting to 0
Set DoOnce to 1
EndIf
End
scn ***QuestScript
short b***Hireable
short b***DoOnce
Begin GameMode
if (b***DoOnce != 1)
Set b***Hireable to 1
Set b***DoOnce to 1
EndIf
End

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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