ID:268893
 
It was like text||null or something...well, I've got to go.
On input commands it made it show "OK Cancel" at the bottom.
Thanks for reading.
~The Ramen from Hell, Hell Ramen
Close, but it was a single |, not a double ||.

You use it like this:

var/X=input("Blah blah") as null|anything in whatever


The "in whatever" clause is optional, of course. And you can replace "anything" with "text", or "num", or whatever. (If you just want any item from the list "whatever", leave it at "anything".)

You can look up all possible values for "as" by looking up "arguments (verb)" in the reference.
In response to Crispy
Ahhh, thanks Crispy. :o
I knew it was something similair.
[Edit]Also, I never knew that that ("that" abuse) "anything" variable thingy existed.