Author |
Message |
Topic: Lost connection tab in Session |
qball989
Replies: 2
Views: 2521
|
Forum: CMUD General Discussion Posted: Wed Apr 11, 2012 4:59 pm Subject: Lost connection tab in Session |
Rahab, you truly are my savior! This is twice now you've saved my bacon. Thanks! Mark this bad boy as resolved. |
Topic: Lost connection tab in Session |
qball989
Replies: 2
Views: 2521
|
Forum: CMUD General Discussion Posted: Wed Apr 11, 2012 1:26 pm Subject: Lost connection tab in Session |
So somehow one of my connection tabs in a session. All the settings are still there for that tab, but the window is gone. All I want to do is get my window back and linked to those settings! Running v ... |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Wed Mar 21, 2012 5:57 am Subject: Trying to compare a string list variable |
Rahab thanks for the help editing my code, greatly appreciated. The braces around the %1 were messing it up. And thanks for the input / info on list in future versions :) |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Tue Mar 20, 2012 6:24 pm Subject: Trying to compare a string list variable |
and also,
#TR {*({@rkList})*} {#var mobenemy{%1} #t- MatchEnemy} |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Tue Mar 20, 2012 6:21 pm Subject: RE Broken |
So now my exits trigger is broken, which seems to happen every time i tinker with it. So here's what I have:
#TR {~[Exits:(*)~]}
{mobEnemy="";#t+ MatchEn ... |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Tue Mar 20, 2012 5:59 pm Subject: Trying to compare a string list variable |
Ok, fixed that problem... mostly because I forgot to fix the special characters under the scrpting tag..... Now to see if i can fix it. I had the % symbol unchecked for the parameter... *bonks self* |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Tue Mar 20, 2012 5:45 pm Subject: Trying to compare a string list variable |
I also don't know if version matters, but it's CMUD 2.37. I'm not seeing %null in the list of things associated with string lists.... maybe it's any string in that list is why it works? |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Tue Mar 20, 2012 5:36 pm Subject: Trying to compare a string list variable |
Thanks for the speedy reply. I had this line working just fine but in 2 different places to do a couple different things. I commented them out because one of them wasn't working, and now neither of th ... |
Topic: Trying to compare a string list variable |
qball989
Replies: 12
Views: 6968
|
Forum: CMUD General Discussion Posted: Tue Mar 20, 2012 2:50 pm Subject: Trying to compare a string list variable |
Very first post, so apologies in advance.
I am trying to make sure that I have all my skills/spells up on my main character before I start a fight. I'm using #If (%null(aflist)) as my basis. The @a ... |
|