cdo947214 Posted April 29, 2014 Share Posted April 29, 2014 Can someone please explain to me, in laymans terms, what the following scripts do and what everything means. (line by line) scn ***Script short HasBeenHiredshort L38short DoOnce int CombatStyleRangedint CombatStyleMeleeint IsFollowingDefaultint IsFollowingLongint FollowerSwitchAggressiveint 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 EndIfEnd scn ***QuestScript short b***Hireableshort b***DoOnce Begin GameMode if (b***DoOnce != 1) Set b***Hireable to 1 Set b***DoOnce to 1 EndIfEnd Link to comment Share on other sites More sharing options...
Recommended Posts