| Description | Removes the character with a fade, freeing game memory. |
|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT)
|
|---|
| Games |  |
|---|
| Category | Actor, Common |
|---|
| Command Name (IV) | REMOVE_CHAR_ELEGANTLY |
|---|
| San Andreas |
|---|
| sascm.ini | 034F=1,remove_char_elegantly %1d% |
|---|
| Example | 034F: remove_char_elegantly 2@ |
|---|
| Command Name | REMOVE_CHAR_ELEGANTLY |
|---|
| Vice City |
|---|
| sascm.ini | 034f=1,destroy_actor_with_fade %1d% ;; The actor fades away like a ghost |
|---|
| Example | 034F: destroy_actor_with_fade $1037 // The actor fades away like a ghost |
|---|
| Command Name | REMOVE_CHAR_ELEGANTLY |
|---|
| GTA III |
|---|
| gtascm.ini | 034f=1,destroy_actor_with_fade %1d% // The actor fades away like a ghost |
|---|
| Example | 034F: destroy_actor_with_fade $PATIENT1 // The actor fades away like a ghost |
|---|
| Command Name | REMOVE_CHAR_ELEGANTLY |
|---|