wondering about [get()]

Posted by Sleaker on Sun 25 Aug 2002 08:20 AM — 2 posts, 11,360 views.

#0
just wondering, I've seen World.send "yadda yadda [get(me/aVariable)]" and I was wondering about how to use this. can't seem to get it to display anything. is this code on my MU* or code for MUSHClient or what is it?
Australia Forum Administrator #1
I'm not sure about your exact example. You can get variables like this:

world.send "blah blah " & world.getvariable ("foo")

Why you would want to depends on what you are trying to do.