ID:145572
 
Code:
    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
Dmingmage wrote:
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
In response to A.T.H.K
its not everyone making them for me its me trying and failing with the dm reference, the blue book and the pdf guide....
In response to Dmingmage
... did you read all of them..