A problem i'm having at the moment is a small script i'm trying to make. First of all, I 'scan' a room, which brings back the response:
"Looking around you see:
Here a pickpocket
Here a thief"
Which is fine, and my trigger runs off that. The problem comes where I have 2 or more mobs of the same name in a room.
What I want it to do is 'send to execute' a "b %1" where %1 is the mobname, then if it returns a:
"* is hurt and suspicious ... you can't sneak up."
I want it to add 1 to counter (of that wildcard), and again, "b count.%1" where count would be 2 for the second mob, and soforth.
The problem is also 1) getting the right counter for a mobname and 2) resetting the counter or keeping the mobnames counters separate.
Can anyone help me out?
"Looking around you see:
Here a pickpocket
Here a thief"
Which is fine, and my trigger runs off that. The problem comes where I have 2 or more mobs of the same name in a room.
What I want it to do is 'send to execute' a "b %1" where %1 is the mobname, then if it returns a:
"* is hurt and suspicious ... you can't sneak up."
I want it to add 1 to counter (of that wildcard), and again, "b count.%1" where count would be 2 for the second mob, and soforth.
The problem is also 1) getting the right counter for a mobname and 2) resetting the counter or keeping the mobnames counters separate.
Can anyone help me out?