Difference between revisions of "Talk:IsSneaking - Actor"

Jump to navigation Jump to search
No change in size ,  14:22, 12 February 2012
no edit summary
imported>MaboroshiDaikon
imported>MaboroshiDaikon
Line 48: Line 48:
:I deleted a bunch of code and comments as I've figured out what the issue is.  In short, when activating a horse in sneak mode, the game takes the player out of sneak mode to mount the horse before the OnActivate block on the horse can run.  Using a BlockActivation(true) on the horse ahead of time will allow you to properly check the OnSneak condition of the player.  Afterwards, you can unlock the activation and activate the horse with the player actor to get the player to mount the horse if that is the desired effect.  Not sure why the same doesn't apply for IsWeaponDrawn.
:I deleted a bunch of code and comments as I've figured out what the issue is.  In short, when activating a horse in sneak mode, the game takes the player out of sneak mode to mount the horse before the OnActivate block on the horse can run.  Using a BlockActivation(true) on the horse ahead of time will allow you to properly check the OnSneak condition of the player.  Afterwards, you can unlock the activation and activate the horse with the player actor to get the player to mount the horse if that is the desired effect.  Not sure why the same doesn't apply for IsWeaponDrawn.


: -- [[User:MaboroshiDaikon:MaboroshiDaikon]] 13:21, 12 February 2012 (CST)
: -- [[User:MaboroshiDaikon|MaboroshiDaikon]] 13:21, 12 February 2012 (CST)

Navigation menu