onSphereExited
Description
This is called when a player exits a sphere.
| Name | Description |
|---|---|
| player | The pointer of the player |
| sphere | The pointer of the sphere |
Example
function onSphereExited(player, sphere) { MessagePlayer("You exited a sphere! ID " + sphere.ID, player);}