Difference between revisions of "Talk:IsSneaking - Actor"
Jump to navigation
Jump to search
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 | |||
EndIf | EndIf | ||
Line 8: | Line 8: | ||
If (Game.GetPlayer().IsSneaking() == 1) | If (Game.GetPlayer().IsSneaking() == 1) | ||
Do Something | |||
EndIf | EndIf | ||
Line 14: | Line 14: | ||
If (Game.GetPlayer().IsSneaking()) | If (Game.GetPlayer().IsSneaking()) | ||
Do Something | |||
EndIf | EndIf |