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
ssprite name
ttext
xhorizontal
yvertical
zdepth
Sourcecreate sprite 30 as "sp" add "sp" text "BAK" to 1, 1, 1

create text