|
blkno1 Novice
Joined: 26 May 2002 Posts: 30 Location: USA
|
Posted: Wed Mar 02, 2005 10:32 am
parsing a double var? |
I have have a bunch of vars coded like this
#VAR 2 {Hogsden Clan Town}
#VAR 4 {Stealthy Assassins Clan Town}
#VAR 7 {The Biguns Clan Town}
etc
I have a portal report that communicates to my clan what portal I entered.
Example
enter 2 makes a var with
#var PortalDestination {%1}
chat Portal Entered: @PortalDestination
will chat Portal Entered:2
I want it to say Portal Entered: Hogsden Clan Town
I thought something like chat Portal Entered: @@PortalDestination might work but no luck.
Any Ideas?
-bk |
|
|
|
Kiasyn Apprentice
Joined: 05 Dec 2004 Posts: 196 Location: New Zealand
|
Posted: Wed Mar 02, 2005 11:24 am |
#va PortalDestination @%1
or something... heh |
|
|
|
blkno1 Novice
Joined: 26 May 2002 Posts: 30 Location: USA
|
Posted: Wed Mar 02, 2005 11:58 pm thanks |
Worked, I knew it would be something pretty easy.
Thanks alot!
-bk |
|
|
|
|
|