|
Xiang Newbie
Joined: 30 Jun 2006 Posts: 3
|
Posted: Fri Jun 30, 2006 9:17 am
Some help on a Script please? |
I'm trying to get to where I can make Aliases to show what zones are popped after I check using variables.
EX:
new var: necromium , illenmark, vaandergash, yaaltin, haedoken
#trig {Armor of the manta ray is being worn by a manta ray.} {#add necromium Genies.}
then #alias {necromium} {clan Current zones popped on Necromium:@necromium.}
-----------
This all works well and good but i cant seem to get a comma in between zone names... could someone help with this? I tried putting a comma after the Genies in the #add part but that didnt work.
Thanks. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Jun 30, 2006 2:09 pm |
try and encapsulate it with either "" or {}
#ADD necromium {this sentence with has a , and a .} |
|
|
|
Xiang Newbie
Joined: 30 Jun 2006 Posts: 3
|
Posted: Fri Jun 30, 2006 9:03 pm |
Thanks that worker! You all are aweomse :)
|
|
|
|
|
|