Scripting/Squirrel/Functions/Sphere.ID
This wiki is using an old backup from 2020
Some information may be old/missing
allows you to check Sphere's color in RGB
Syntax
Sphere.ID
Example
function onSphereEntered( player, Sphere )
{
MessagePlayer( "you have entered in a Sphere, Sphere's ID "+ Sphere.ID, player );
}
Notes
[onSphereEntered] was used in this example.