Jump to content

Photo

Companion Issues; Can't fire...


  • Please log in to reply
No replies to this topic

#1
MasterGears

MasterGears

    Stranger

  • Members
  • Pip
  • 1 posts

So, I'm relatively new to modding and I recently managed (with the aid of youtube) to create a companion that works perfectly, companion wheel and all, aside from the fact I cannot seem to fire her.

 

scn BrennSteeleScript
 
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
 
This is the script I've used for her, and...

 

Set BrennREF.Waiting to 0
Set BrennREF.HasBeenHired to 0
Set BrennREF.L38 to 0
Set BrennREF.IsFollowingDefault to 0
Set BrennREF.IsFollowingLong to 0
SetPlayerTeammate to 0

BrennREF.evp

 

This is the command in result script begin I've used for firing her, but it doesn't work...

I was hoping someone with more experience could help, please






Page loaded in: 1.175 seconds