| Description | Returns true if the character is not moving. |
|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT)
|
|---|
| Games |  |
|---|
| Category | Actor, Common, Conditional |
|---|
| Command Name (IV) | IS_CHAR_STOPPED |
|---|
| San Andreas |
|---|
| sascm.ini | 02A0=1, is_char_stopped %1d% |
|---|
| Example | 02A0: is_char_stopped $PLAYER_ACTOR |
|---|
| Command Name | IS_CHAR_STOPPED |
|---|
| Vice City |
|---|
| sascm.ini | 02a0=1, actor %1d% stopped ;; never used in VC |
|---|
| Example | 02A0: actor $PLAYER_ACTOR stopped |
|---|
| Command Name | IS_CHAR_STOPPED |
|---|
| GTA III |
|---|
| gtascm.ini | 02A0=1, actor %1d% stopped |
|---|
| Example | 02A0: actor $FRANK1_PARTY_PERSON1 stopped |
|---|
| Command Name | IS_CHAR_STOPPED |
|---|