Retourne la couleur du voxel aux coordonnées indiquées.
cell s to x,y,z
s nom du sprite x horizontal y vertical z profondeur
Source color #f0f create text "hello" print (cell "hello" to 1, 1, 1) print (cell "hello" to 2, 2, 1)Execution 0 #f0f

Retourne la couleur du voxel aux coordonnées indiquées.
cell s to x,y,z
s nom du sprite x horizontal y vertical z profondeur
Source color #f0f create text "hello" print (cell "hello" to 1, 1, 1) print (cell "hello" to 2, 2, 1)Execution 0 #f0f