ID:170407
 
how do you make it so if you type stuff in the pink box with nothing in it(ALT or say not clicked) you can make stuff happen like get gm or make a box pop up to enter a number or word?
mob/verb/typemeinthepinkboxatthebottom()
set hidden=1//That's all you need. :)\
Remember to put it at the top.

world << "You typed me in the pink box at the bottom!"


[Edit]Also remember to put this in Developer How-to next time you have a question like this. :)