Add a text on an existing sprite.
In order to create a simple 3D text, you may use the CREATE TEXT statement.
add s text t to x,y,z
s sprite name t text x horizontal y vertical z depth
Source create sprite 30 as "sp" add "sp" text "BAK" to 1, 1, 1

Add a text on an existing sprite.
In order to create a simple 3D text, you may use the CREATE TEXT statement.
add s text t to x,y,z
s sprite name t text x horizontal y vertical z depth
Source create sprite 30 as "sp" add "sp" text "BAK" to 1, 1, 1