onSphereEntered
Description
This is called when a player enters any sphere.
| Name | Description |
|---|---|
| player | The pointer of the player |
| sphere | The pointer of the sphere |
Example
function onSphereEntered(player, sphere) { MessagePlayer("You're entered a sphere! ID " + sphere.ID, player);}