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.
 
 
 

29 lines
694 B

;/ Decompiled by Champollion V1.0.1
Source : DefaultAddEffectShaderScript.psc
Modified : 2014-03-25 18:15:30
Compiled : 2014-03-25 18:15:32
User : nilietzau
Computer : MUC-A-1045
/;
scriptName defaultaddeffectshaderscript extends objectReference
;-- Properties --------------------------------------
effectshader property glowEffect auto
;-- Variables ---------------------------------------
;-- Functions ---------------------------------------
function OnLoad()
glowEffect.play(self as objectReference, -1.00000)
endFunction
; Skipped compiler generated GotoState
; Skipped compiler generated GetState
function OnUnload()
glowEffect.stop(self as objectReference)
endFunction