Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 01C2

Opcode Database

01C2

DescriptionMarks 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)
Gamessa vc iii
CategoryActor, Common
Command Name (IV)MARK_CHAR_AS_NO_LONGER_NEEDED
San Andreas
sascm.ini01C2=1,mark_char_as_no_longer_needed %1d%
Example01C2: mark_char_as_no_longer_needed 2@
Command NameMARK_CHAR_AS_NO_LONGER_NEEDED
Vice City
sascm.ini01C2=1,remove_references_to_actor %1d% ; Like turning an actor into a random pedestrian
Example01C2: remove_references_to_actor $723 // Like turning an actor into a random pedestrian
Command NameMARK_CHAR_AS_NO_LONGER_NEEDED
GTA III
gtascm.ini01C2=1,remove_references_to_actor %1d% ; Like turning an actor into a random pedestrian
Example01C2: remove_references_to_actor $FACTORY_TRIAD1 // Like turning an actor into a random pedestrian
Command NameMARK_CHAR_AS_NO_LONGER_NEEDED

<< 01C1

01C3 >>