Author |
Message |
Topic: %random & #send added question |
dbsexton
Replies: 13
Views: 19947
|
Forum: zMUD General Discussion Posted: Thu Jun 01, 2006 10:18 pm Subject: %random & #send added question |
I guess another assumption that I made would be that you would strip out the code that is useful for your particular sitation. I am not familiar with your mud or it's output, so I wrote code that was ... |
Topic: %random & #send added question |
dbsexton
Replies: 13
Views: 19947
|
Forum: zMUD General Discussion Posted: Thu Jun 01, 2006 4:50 pm Subject: %random & #send added question |
If you run my code, you will see that what you are asking is exactly what it does. |
Topic: %random & #send added question |
dbsexton
Replies: 13
Views: 19947
|
Forum: zMUD General Discussion Posted: Wed May 31, 2006 10:05 pm Subject: %random & #send added question |
Well, here is a really dirty example I did on my lunch break
Assumptions:
1.) You can extract the vnum of the room that links to the maze into the variable goodvnum. For the example below to b ... |
Topic: #NEWVAR discussion |
dbsexton
Replies: 14
Views: 29538
|
Forum: CMUD Beta Forum Posted: Sat Apr 22, 2006 3:33 pm Subject: #NEWVAR discussion |
#INT $i = 0, $j = 1, @hp = 123, @maxhp = 444
Surely a whole lot better than writing:
#INT $i
#INT $j
#INT @hp
#INT @maxhp
#VAR $i 0
#VAR $j 1
#VAR @hp 123
#VAR @maxhp 444
... |
Topic: speedwalk and brief mode |
dbsexton
Replies: 2
Views: 4939
|
Forum: zMUD General Discussion Posted: Mon Mar 20, 2006 10:05 am Subject: speedwalk and brief mode |
Thanks for the quick reply. Unfortunately, the above statements didn't work for me. However, it did point me in the right direction. Specifically that %destroom is -1 at the onroomenter if the room ... |
Topic: speedwalk and brief mode |
dbsexton
Replies: 2
Views: 4939
|
Forum: zMUD General Discussion Posted: Sun Mar 19, 2006 11:52 pm Subject: speedwalk and brief mode |
I use fast walk to get from place to place and I'd like to send the "brief" command to the server before starting a speedwalk and after finishing a speedwalk. I always use the map itself (favorites o ... |
|