Check whether an object exists.
Returns a value of 1 for true,
0for false.Compatible with sprites and lights.
is o
o object name
Source create sprite 8 as "vox-1" print (is "vox-1") print (is "vox-2")Execution 0 1

Check whether an object exists.
Returns a value of 1 for true,
0for false.Compatible with sprites and lights.
is o
o object name
Source create sprite 8 as "vox-1" print (is "vox-1") print (is "vox-2")Execution 0 1