Hello, what it is is i have a form were you have to enter information and it prints it below inside a body of text.
something like this:
[ ] = a text box.
Possistion One: x = {[ ], y = [ ], z = [ ]} -- Whats entered here.
-- Script Body.
local pos1 = {x= , y= , z= } -- will be placed in here.
funation onClick(cid, pos, topos)
if isPlayer = TRUE then
doTeleportThing(cid, pos1)
end
return 1
end
i can only find a way to do this so far printing it into a textbox, but needs to be plain text so people can highlight the code and copy it.
Any help would be much apritiated.