Author |
Message |
Topic: If statements |
gyropump
Replies: 4
Views: 4910
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2002 3:44 pm Subject: If statements |
the "<" i think is throwing it off cause it's trying to assign it literal it's probably seeing it in the same way as if it were a literal string:
%literal(1000<@Mana)
flip the inequa ... |
Topic: Question about Expanding Variables |
gyropump
Replies: 2
Views: 4409
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2002 3:38 pm Subject: Question about Expanding Variables |
option 1 i can think of :
#FILE 1 "stuff.txt";
#WRITE 1 "blah ~ ~] blah";
#WRITE 1 @Templine
#CLOSE 1
Option 3 : just noticed this one , perhaps it's because you're making ... |
Topic: I can't load database properly! |
gyropump
Replies: 3
Views: 4149
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2002 3:34 pm Subject: I can't load database properly! |
quote:
Under zMUD5.55, I write an alias as the following,
#dbload db1
#math num %query(&name=@taskname)
But it never works unless I click the DB
button. The DB button seems to be the
prereq ... |
Topic: help with DB, PLEASE! |
gyropump
Replies: 0
Views: 2397
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2002 10:06 am Subject: help with DB, PLEASE! |
i work with databases, and of course the ones in zmud have a unique key index, when in a view you see it .. example is 20eq this is the 20th item added to the eq db
now my dilema is i herb on my mu ... |
Topic: #IF problems |
gyropump
Replies: 6
Views: 7406
|
Forum: zMUD General Discussion Posted: Thu Feb 07, 2002 12:30 am Subject: #IF problems |
problem i've found is you cannot stack if commands by any means, no elseif nothing of that format ... for yours .. since you have single actions stacked .. use the %if instead of #IF, and use proper s ... |
|