Author |
Message |
Topic: Timing Issue with #LOOP? |
Dasyr
Replies: 2
Views: 8551
|
Forum: zMUD General Discussion Posted: Tue Sep 12, 2017 8:47 am Subject: Timing Issue with #LOOP? |
Code:
#DELCLASS {CORE|RADIATION}
#CLASS {CORE|RADIATION}
#VARIABLE radTemp {}
#VARIABLE radActual {}
#VARIABLE radProjected {}
#VARIABLE radDi ... |
Topic: CMUD & Windows |
Dasyr
Replies: 3
Views: 8776
|
Forum: CMUD General Discussion Posted: Fri Jun 10, 2016 6:45 pm Subject: CMUD & Windows |
Thanks guys,
The reason the ( ) are missing is because I was using { } in zMUD to encase my statement and had to remove them to get my scripts to work in CMUD, the if check evaluates as intended as ... |
Topic: CMUD & Windows |
Dasyr
Replies: 3
Views: 8776
|
Forum: CMUD General Discussion Posted: Thu Jun 09, 2016 11:31 am Subject: CMUD & Windows |
Can someone see what I am doing wrong here?
I am attempting to make a window docked (I believe being the correct term according the the CMUD help files) inside my main window, this is the code I am ... |
Topic: Automating Group Member Captures |
Dasyr
Replies: 6
Views: 14555
|
Forum: zMUD General Discussion Posted: Sat Jun 04, 2016 9:21 am Subject: Automating Group Member Captures |
Hi Kush,
I think something like this would work for you
#trigger {Members: (*)} {#variable group {%replace(%replace(@group,", ",|)," an ... |
Topic: 2d Array |
Dasyr
Replies: 5
Views: 13520
|
Forum: zMUD General Discussion Posted: Sun May 29, 2016 4:23 pm Subject: 2d Array |
I am using zMUD 7.21, I tried CMUD and apart from some slight nuances with if checks I didn't notice much difference (except a few things about how it handles windows which made me ultimately stick wi ... |
Topic: 2d Array |
Dasyr
Replies: 5
Views: 13520
|
Forum: zMUD General Discussion Posted: Sun May 29, 2016 3:14 pm Subject: 2d Array |
Thanks for your reply shalimar, I am unfamiliar with how databases work, the portion of the script pertains to prospecting mines, ideally my intention was to have 3 sets of data, the direction, a weig ... |
Topic: 2d Array |
Dasyr
Replies: 5
Views: 13520
|
Forum: zMUD General Discussion Posted: Sun May 29, 2016 4:42 am Subject: 2d Array |
Hi guys, I have read a fair few threads about this in the past but haven't had any luck so far figuring out how to get it to work.
I am attempting to use a 2d array to store some information for la ... |
Topic: Random Direction Trigger not triggering everytime. |
Dasyr
Replies: 10
Views: 18942
|
Forum: zMUD General Discussion Posted: Fri Jan 29, 2016 6:54 pm Subject: Random Direction Trigger not triggering everytime. |
Not sure if this helps at all but here's a random move script I wrote;
#class {Move}
#class {Move|Triggers}
#trigger {~[ Exits: (*) ~]} {#va ... |
|