Files
NGECore2/scripts/commands/kneel.py
T
CharonInferar 348b6b7f55 Cleanup of options.cfg
Used kneel py for spawning tools, replaced it with original
2014-04-06 04:44:40 +02:00

15 lines
236 B
Python

import sys
def setup():
return
def run(core, actor, target, commandString):
if actor.getPosture() == 13 or actor.getPosture() == 14:
return
actor.setPosture(1)
actor.setSpeedMultiplierBase(0)
actor.setTurnRadius(0)
return