var/?=0;world<<((?)?(?):(?))
Also, you can escape characters in identifiers:
var/a\ b
var/\1
var/\\\\
var/\$
Unfortunately, tab and space are both reserved words.
No, seriously. Try it.
var/?=0;world<<((?)?(?):(?))
Also, you can escape characters in identifiers: var/a\ b Unfortunately, tab and space are both reserved words. |
Flame Sage wrote:
I compiled and this happened. Hilarious, but probably not my fault. :P |
Jp: try making an object with a \' or \" in it's name; compile and put that on a nmap. Haha.
|
DivineTraveller wrote:
Jp: try making an object with a \' or \" in it's name; compile and put that on a nmap. Haha. Oooh. Now that's a good one. I'll make a bug report about it. |
Jp wrote:
DivineTraveller wrote: Thanks, I've been far too lazy to do that one. :P There's also something floating around with world/visiblity not working correctly for viewing on the pager ("No Name"), but I'm not really sure how that one works either, so. |
Thanks a lot!