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.
 
 
 

7 lines
403 B

Scriptname VisualEffect extends Form Hidden
; Plays this visual effect on the specified object, for a certain length of time (negative for infinite) and possibly facing another object
Function Play(ObjectReference akObject, float afTime = -1.0, ObjectReference akFacingObject = None) native
; Stops this visual effect from playing in the specified object
Function Stop(ObjectReference akObject) native