Author |
Message |
Topic: Mapper Trouble? |
WinterDragon
Replies: 2
Views: 4557
|
Forum: zMUD General Discussion Posted: Sun May 04, 2003 7:08 am Subject: Mapper Trouble? |
I am not sure whats going on, but I try to configure the mapper, and I get stuff like:
RoomRs: Cannot Perform this operation on a closed dataset
I get it every time I try to move while "map ... |
Topic: Trying to use eval... unsucessful. |
WinterDragon
Replies: 5
Views: 5646
|
Forum: zMUD General Discussion Posted: Fri Apr 25, 2003 7:02 pm Subject: Trying to use eval... unsucessful. |
lol lightbulb, I realized my stupidity after a few moments... I felt really stupid. *sniffs sadly*
|
Topic: Trying to use eval... unsucessful. |
WinterDragon
Replies: 5
Views: 5646
|
Forum: zMUD General Discussion Posted: Fri Apr 25, 2003 6:11 pm Subject: Trying to use eval... unsucessful. |
Thanks, got it to work with your help, didn't do it exactly like that, but that set me on the right track, thanks again :)
|
Topic: Executing N.Line from File? |
WinterDragon
Replies: 1
Views: 3138
|
Forum: zMUD General Discussion Posted: Fri Apr 25, 2003 6:10 pm Subject: Executing N.Line from File? |
Ok lets say i do read the first line from a file such as...
#FILE 1 rooms.txt
#READ 1 @roomcount
Will read whatever @roomcount is correct? so if roomcount is 1, it will read the first line...
... |
Topic: Trying to use eval... unsucessful. |
WinterDragon
Replies: 5
Views: 5646
|
Forum: zMUD General Discussion Posted: Fri Apr 25, 2003 9:40 am Subject: Trying to use eval... unsucessful. |
I am not even sure if I should be using eval... but here is what I want...
I have mobs in a list, and I want to lets say kill the first one... so I tried...
#EVAL kill %list(@moblist, 1)
Didn ... |
|