ID:162661
 
how can i put a verb called ".Alt"
that when you click that verb it shows .alt in my chat box
client
verb
alt()
set name = " .Alt"
if(winget(src,"input","command=\"!.alt\";"))
winset(src,"input","command=\"\"")
else winset(src,"input","command=\"!.alt\";" )

Change "input" to whatever the name of your input box is.

This will turn it on and off.