4
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.
 
 
 

14 lines
356 B

scriptName _00E_A0_BankSystemDevActivator extends ObjectReference
Quest Property BankQuest auto
EVENT onActivate (objectReference akActionRef)
game.shakeCamera(afStrength = 0.25, afDuration = 0.25)
utility.wait(0.65)
game.shakeCamera(afStrength = 0.5, afDuration = 0.5)
utility.wait(0.5)
(BankQuest as _00E_A0_BankSystemQuest).Call()
ENDevent