Pieces
var
displaytext=""
textcolor="white"
DblClick()
if(src.pcolor != usr.color)
usr<<"You are not that color"
return()
if(click == 1)
usr <<"no you alredy set that piece up..."
return()
else
click = click + 1
..()
var
DT=input("What Piece is this.","Text",displaytext)as text
if(src.pcolor != usr.color)
displaytext ="?" // A.
else
displaytext=DT
New()
..()
R
src.TEXTOVERLAY(displaytext,3,textcolor,3,0)
spawn(1)
goto R
Problem description:
around "A.", i want the code to show a "?" if your color does not match the pieces color. i tried to make in invisible, but that proved most difficult. how can i make it show something different to people who don't have the same color
i tried to make in invisible, but that proved most difficult.
DM Reference agian....
Everyone answering your posts on the forums are making your game for you instead of you doing it