Difference between revisions of "Questions"
Jump to navigation
Jump to search
no edit summary
imported>Omegacron m |
imported>Raziel23x |
||
Line 472: | Line 472: | ||
if ( GetDisposition player < GetActorValue Aggression ) | if ( GetDisposition player < GetActorValue Aggression ) | ||
:I haven't actually tested this, but a script I've been working on by addiktive (the Danger Sense mod) uses that, and I assume it works... it certainly returns the correct value for enemies who cannot detect me, I assume that if they cannot detect me, then they do not have me as their combat target. --[[User:DragoonWraith|DragoonWraith]] 22:32, 27 May 2006 (EDT) | :I haven't actually tested this, but a script I've been working on by addiktive (the Danger Sense mod) uses that, and I assume it works... it certainly returns the correct value for enemies who cannot detect me, I assume that if they cannot detect me, then they do not have me as their combat target. --[[User:DragoonWraith|DragoonWraith]] 22:32, 27 May 2006 (EDT) | ||
==Sheathing weapons== | |||
I cant seem to find the script command to remove thigns from your inventory when you sheath your weapon. | |||
IE i am trying to write a alternative bound weapon script |