03-18-2007 02:55
Hello. I'm still doing my gun. Now I need the avatar to stop when firing and the user only able to either move or fire, but not both at once. How do I set my controls for such? Can I simply set two run time permissions functions?

EDIT: For now, my temporary solution is llMoveToTarget(llGetPos(), 0.1); added to the button press. The avatar moves slightly and then snaps to position, but it's the only I'm getting to work until I know the real way.