# OnCharacterSpawn

#### Example:

```squirrel
function OnCharacterSpawn(SimCharacter, IsAmbient, CalledFromSkookum)
{
    // Your code...
}
```
