> For the complete documentation index, see [llms.txt](https://docs.sannybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sannybuilder.com/scm-documentation/lcs/special-actors.md).

# Special Actors

```
0241: load_special_actor 1 <id>
```

| ID        | Description                            |
| --------- | -------------------------------------- |
| AVERY     | Avery Carrington                       |
| BABY      | Giovanni Casa (baby)                   |
| BIKER1    | Biker Dude 1                           |
| BIKER2    | Biker Dude 2                           |
| BODYBAG   | BODYBAG                                |
| CAMP\_MAN | Campaign Worker                        |
| CAMP\_WOM | Campaign Worker 2                      |
| CASA      | Giovanni Casa                          |
| CHAUFF    | Chauffeur                              |
| DELIASS   | Deli Assistant                         |
| DONOVAN   | O'Donovan                              |
| EIGHT     | 8Ball                                  |
| FKENNY    | Father Kenny (not used)                |
| FRANFOR   | Franco Forelli                         |
| GRDANG1   | Avenging Angel                         |
| GRDANG2   | Avenging Angel 2                       |
| GREASE    | Grease Zuko                            |
| GUN\_ASS  | Gun assistant                          |
| HOBO\_01  | Donald Love 2                          |
| HOLEJOG   | Mayor RC Hole (Jogging outfit)         |
| HOPPER    | Jane Hopper                            |
| JD\_SHOT  | Dead JD                                |
| JDMADE    | JD O'Toole - Made Man                  |
| KAS\_01   | Toshiko Kasen (kimono)                 |
| KAZUKI    | Kazuki Kasen                           |
| LOVE\_01  | Donald Love                            |
| M\_HOLE   | Mayor RC Hole                          |
| MAR\_01   | Maria                                  |
| MASTOR    | Massimo Torrini (Assassin)             |
| MCAFFRY   | Det. Leon McAffrey                     |
| MICKEYH   | Mickey H                               |
| MIGUEL    | Miguel                                 |
| NED\_01   | Ned Burner (Reporter)                  |
| PAULIE    | Paulie Sindacco                        |
| PHILC     | Phil Cassidy                           |
| PLR10     | player (skin: boxer Shorts)            |
| PLR11     | player (skin: bad super hero)          |
| PLR12     | player (skin: dragon)                  |
| PLR2      | player (skin: lawyer)                  |
| PLR3      | player (skin: travel clothes)          |
| PLR4      | player (skin: chauffeur)               |
| PLR5      | player (skin: hockey mask)             |
| PLR6      | player (skin: tuxedo)                  |
| PLR7      | player (skin: avenging angel)          |
| PLR8      | player (skin: the King of Rock'n Roll) |
| PLR9      | player (skin: cock's mascot)           |
| RAY\_01   | Ray (Bad Cop)                          |
| SAL\_01   | Salvatore (Mob Don)                    |
| SAL\_CON  | Sal CONVICT                            |
| THUG\_01  | Sicilian Thug 1                        |
| THUG\_02  | Sicilian Thug 2                        |
| TOOL\_01  | JD O'Toole                             |
| VINC\_01  | Vincenzo Cilli                         |
| WAYNE     | Wayne (Biker Dude)                     |
| WKAS\_01  | Toshiko Kasen (western)                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sannybuilder.com/scm-documentation/lcs/special-actors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
