Jump to content

Geck Scripting help


bboy1072

Recommended Posts

Okay, I'm trying to make a custom companion. This is my script:

scn MBCBenCompanionScript

short HasBeenHired
short L38
short DoOnce

int CombatStyleRanged
int CombatStyleMelee
int IsFollowingDefault
int IsFollowingLong
int FollowerSwitchAggressive
int Waiting

BeginGamemode
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

Anyone know what I'm doing wrong?
Link to comment
Share on other sites

  • Recently Browsing   0 members

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