Difference between revisions of "Talk:Enable - ObjectReference"
Jump to navigation
Jump to search
m
→Parentheses Must Be Left Blank
imported>HawkFest |
imported>HawkFest |
||
Line 67: | Line 67: | ||
Event OnHit(ObjectReference Aggressor, Form Source, Projectile AkProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) | Event OnHit(ObjectReference Aggressor, Form Source, Projectile AkProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) | ||
If Aggressor == Game.GetPlayer() | If Aggressor == Game.GetPlayer() | ||
LightBulbRef.Enable() | LightBulbRef.Enable() ;if you put a fade parameter in-between parenthesis it will never get enabled. | ||
EndIf | EndIf | ||
EndEvent | EndEvent |