Author |
Message |
Topic: zMUD keeps FREEZING on me...HELP PLZ |
Pwent
Replies: 3
Views: 5652
|
Forum: zMUD General Discussion Posted: Sun Feb 06, 2005 11:23 pm Subject: zMUD keeps FREEZING on me...HELP PLZ |
Ok, even when I try to do the file save from the menu bar it still freezes...I'm going to just uninstall then try to reinstall see if that helps. |
Topic: zMUD keeps FREEZING on me...HELP PLZ |
Pwent
Replies: 3
Views: 5652
|
Forum: zMUD General Discussion Posted: Sun Feb 06, 2005 12:55 am Subject: zMUD keeps FREEZING on me...HELP PLZ |
Ok, for some reason after i click the save button after writing an alias, trigger, etc..., when I try to exit out of the, I guess you could call it the wizzard (the small window that pops up after u c ... |
Topic: Gold Splitter problems |
Pwent
Replies: 6
Views: 5785
|
Forum: zMUD General Discussion Posted: Thu Aug 26, 2004 7:08 pm Subject: Gold Splitter problems |
Wow thanks nexela it worked i added a lil bit of my own style and had to fix 1 error in your code but it worked. Thanks your your help. BTW your error was:
#TRIGGER {You get (%d) gold coins.} {#VA ... |
Topic: Gold Splitter problems |
Pwent
Replies: 6
Views: 5785
|
Forum: zMUD General Discussion Posted: Thu Aug 26, 2004 12:14 pm Subject: Gold Splitter problems |
Ok I now have figured out how to make plist a string list,
#var plist {%1}
#additem {%1}
but know I can't figure out how to make it write to the next value so i could have
1 Balthamos
2 Ka ... |
Topic: Gold Splitter problems |
Pwent
Replies: 6
Views: 5785
|
Forum: zMUD General Discussion Posted: Thu Aug 26, 2004 11:50 am Subject: Gold Splitter problems |
Ok i solved the first problem about the splitter not including me, it does now, the variable tmem stats at 1 and steps from there when i had players. i used
#var tmem {1} and it works now, I just ... |
Topic: Gold Splitter problems |
Pwent
Replies: 6
Views: 5785
|
Forum: zMUD General Discussion Posted: Thu Aug 26, 2004 1:51 am Subject: Gold Splitter problems |
It's set as text, i dont know how to set it as a string list |
Topic: Gold Splitter problems |
Pwent
Replies: 6
Views: 5785
|
Forum: zMUD General Discussion Posted: Wed Aug 25, 2004 4:11 pm Subject: Gold Splitter problems |
Ok I am making a gold splitter for the MUD Chalacyn Nights, and well it kind of works and kind of doesn't.
Triggers:
Pattern: You get %1 gold coins.
Value: #math sgold (%1/@ ... |
|