OsNpcStopMoveToTarget
From OpenSimulator
(Difference between revisions)
m (XEngine to OSSL) |
|||
Line 5: | Line 5: | ||
|description=Stop a current move to a target. | |description=Stop a current move to a target. | ||
|threat_level=High | |threat_level=High | ||
− | |permissions=${ | + | |permissions=${OSSL|osslNPC} |
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info=This function was added in 0.7.2-post-fixes | |additional_info=This function was added in 0.7.2-post-fixes | ||
}} | }} |
Revision as of 06:31, 7 November 2019
osNpcStopMoveToTarget(key npc)
| |
Stop a current move to a target. | |
Threat Level | High |
Permissions | ${OSSL|osslNPC} |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.2-post-fixes |