Author |
Message |
Topic: scan list population help |
darkar
Replies: 1
Views: 3920
|
Forum: zMUD General Discussion Posted: Mon Jul 26, 2010 8:11 pm Subject: scan list population help |
Ive got a very unclean working version of moving based on scan. simply matches first thing it sees . but id like to match only something from a stringlist and move that direction. just at a loss for h ... |
Topic: scan list population help |
darkar
Replies: 1
Views: 3920
|
Forum: zMUD General Discussion Posted: Mon Jul 26, 2010 6:55 pm Subject: scan list population help |
Basically the goal is to fill a list with every mob on scan with the direction and distance they are from the current location, and pass it to a string list ultimatly.
Ive been trying to use #cond ... |
Topic: Error: Access violation at 0x779DD14A (tried to write to 0x00040FF0 |
darkar
Replies: 1
Views: 3933
|
Forum: zMUD General Discussion Posted: Mon Jul 26, 2010 6:30 pm Subject: Error: Access violation at 0x779DD14A (tried to write to 0x00040FF0 |
on vista or 7 ? zmud doesnt place nice |
Topic: Dumping all commands to a string list |
darkar
Replies: 7
Views: 8738
|
Forum: zMUD General Discussion Posted: Thu Jun 24, 2010 11:20 am Subject: Dumping all commands to a string list |
fresh day fresh mind, been playing with it a little bit more. and i kinda got it somewhat working but it only stores something once or ends up reading the whole string var per instance off the item so ... |
Topic: Dumping all commands to a string list |
darkar
Replies: 7
Views: 8738
|
Forum: zMUD General Discussion Posted: Wed Jun 23, 2010 5:26 am Subject: Dumping all commands to a string list |
reason for the list was so i could read everything into a list and use a master list based on keywords to pick them out so i wouldnt need a single trigger for everything.. i just showed a simple list ... |
Topic: Dumping all commands to a string list |
darkar
Replies: 7
Views: 8738
|
Forum: zMUD General Discussion Posted: Tue Jun 22, 2010 5:52 am Subject: Dumping all commands to a string list |
Ya I got that far, my problem is
#var list {smelt|brandish|whatever}
#TRIGGER {smelting} {#VAR todo %additem("smelt",@todo)}
to ->
#TRIGGER {smelting} {#VAR todo %additem("@list",@todo)}
... |
Topic: Dumping all commands to a string list |
darkar
Replies: 7
Views: 8738
|
Forum: zMUD General Discussion Posted: Mon Jun 21, 2010 10:17 pm Subject: Dumping all commands to a string list |
#var list {smelt}
#var Todo {}
You are carrying:
<<<A peice of Gold used in Smelting>>>
<<<A peice of Gold used in Smelting>>>
<<<A peice of Gold us ... |
|