PDA

View Full Version : Swinging when it shouldn't



Drew
07-11-2004, 08:16 PM
For some reason this script is swinging when others are in the room, I have no idea why, I put the also here in the checkroom and the filter just in case and it's still doing it, anyone have any suggestions?


checkroom:
match start Sorry, you may only type ahead
match R%c You can't go there
match R%c I could not find what
match R%c What were you referring to?
match R%c disk
match R%c also here:
match logoff V'reen
match logoff morph
match logoff GameMaster
match filter a silverback orc
match R%c Obvious paths:
matchwait



filter:
echo filter:
match R%c that appears dead
match R%c Also here:
match R%c appears stunned
match R%c lying down
match R%c disk
match R%c and a silverback orc
match preat a silverback orc
match checkc Obvious
matchwait

Latrinsorm
07-11-2004, 08:33 PM
Do you change any flags when the script starts?

Drew
07-11-2004, 08:44 PM
nope

Mistomeer
07-11-2004, 10:05 PM
Case sensitive maybe?

Drew
07-11-2004, 11:07 PM
I tried that as well, you'll note one is uppercase and one is lower, it's really frustrating because I have no idea why it's not working and can't think of any other way to make it move on

AnticorRifling
07-12-2004, 10:06 AM
Are you using WizardFE, Escape, or Stormfront?

Drew
07-12-2004, 12:21 PM
Wizard

SHIVERPLUSPLUS
07-12-2004, 01:29 PM
It might be the old appended space problem. If you have appended spaces to the match string

Also here:

then the match will fail. Double-check that there are no spaces after the colon.