1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
529 B

ScriptName PF_CapitalCityPorimWorkBucke_01004507 Extends Package hidden
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Function Fragment_0(Actor akActor)
ObjectReference meRef = akActor as ObjectReference
(meRef as carryactorscript).ChangeCarryState(True, False)
EndFunction
Function Fragment_1(Actor akActor)
ObjectReference meRef = akActor as ObjectReference
(meRef as carryactorscript).ChangeCarryState(False, False)
EndFunction