| Description | Marks the character as no longer needed by the script, allowing it to be deleted by the game and removes it from the mission cleanup list, if applicable. |
|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT)
|
|---|
| Games |  |
|---|
| Category | Actor, Common |
|---|
| Command Name (IV) | MARK_CHAR_AS_NO_LONGER_NEEDED |
|---|
| San Andreas |
|---|
| sascm.ini | 01C2=1,mark_char_as_no_longer_needed %1d% |
|---|
| Example | 01C2: mark_char_as_no_longer_needed 2@ |
|---|
| Command Name | MARK_CHAR_AS_NO_LONGER_NEEDED |
|---|
| Vice City |
|---|
| sascm.ini | 01C2=1,remove_references_to_actor %1d% ; Like turning an actor into a random pedestrian |
|---|
| Example | 01C2: remove_references_to_actor $723 // Like turning an actor into a random pedestrian |
|---|
| Command Name | MARK_CHAR_AS_NO_LONGER_NEEDED |
|---|
| GTA III |
|---|
| gtascm.ini | 01C2=1,remove_references_to_actor %1d% ; Like turning an actor into a random pedestrian |
|---|
| Example | 01C2: remove_references_to_actor $FACTORY_TRIAD1 // Like turning an actor into a random pedestrian |
|---|
| Command Name | MARK_CHAR_AS_NO_LONGER_NEEDED |
|---|