Author |
Message |
Topic: problems with #if/%if |
malas
Replies: 1
Views: 570
|
Forum: zMUD General Discussion Posted: Sat Jan 24, 2004 8:05 pm Subject: problems with #if/%if |
Has anyone else had a problem posting an if/else combination. Whenever I just use the true value of the if it works fine, but if I add the false value it just dumps everything to the mud.
example
... |
Topic: problems with triggers |
malas
Replies: 2
Views: 713
|
Forum: zMUD General Discussion Posted: Sat Jan 24, 2004 7:58 pm Subject: problems with triggers |
I have a database with creatures from the mud that are killable. I want to be able to scan the room, if the creature in the room is in the database then add the creature to a kill list. The script I ... |
Topic: database access |
malas
Replies: 4
Views: 1056
|
Forum: zMUD General Discussion Posted: Thu Jan 22, 2004 4:59 am Subject: database access |
Ok, if dbload requires that you have the databases open, how do you access an existing database without having to keep the database window open all the time?
the examples in the helpfile under prog ... |
Topic: database access |
malas
Replies: 4
Views: 1056
|
Forum: zMUD General Discussion Posted: Wed Jan 21, 2004 8:54 am Subject: database access |
how do you get a database variable to actually point to a database?
I have a simple database, 3 fields, I added 3 records to the database to test it. So far every script example, help file and tuto ... |
|