Advertisement
GrandBulwark

Untitled

Mar 2nd, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Scriptname Bulwark_Follower_Script_Catchup extends ReferenceAlias
  2.  
  3.  
  4. Function OnUnload()
  5. Actor theActor = Self.GetActorReference()
  6. If (theActor.IsPlayerTeammate()) && (theActor.GetAv("WaitingForPlayer") != 1)
  7. Debug.Notification("Your follower has been brought to you.")
  8. theActor.Moveto(Game.GetPlayer())
  9. Endif
  10. EndFunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement