Difference between revisions of "Talk:IsSneaking - Actor"

Jump to navigation Jump to search
3 bytes removed ,  22:05, 10 February 2012
m
no edit summary
imported>MaboroshiDaikon
(Not sure if this is working properly with Game.GetPlayer() reference.)
 
imported>MaboroshiDaikon
m
Line 2: Line 2:


If (Game.GetPlayer().IsWeaponDrawn() == 1)
If (Game.GetPlayer().IsWeaponDrawn() == 1)
   ;Do Something
   Do Something
EndIf
EndIf


Line 8: Line 8:


If (Game.GetPlayer().IsSneaking() == 1)
If (Game.GetPlayer().IsSneaking() == 1)
   ;Do Something
   Do Something
EndIf
EndIf


Line 14: Line 14:


If (Game.GetPlayer().IsSneaking())
If (Game.GetPlayer().IsSneaking())
   ;Do Something
   Do Something
EndIf
EndIf

Navigation menu