rubberdux
05-13-2007, 11:20 PM
minorly annoyed at this script. It won't attack. Movement works great, but can't seem to get it to attack one critter, let alone the 3 different spaws. Posting what I've got. Any help is apprecated. Really new at this.
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 logoff V'reen
match logoff morph
match filter1 a greater ghoul
match filter2 a spectral fisherman
match filter3 a death dirge
match R%c Obvious paths:
match R%c obvious exits:
matchwait
filter1:
put look
match start You can't go there.
match R%c Also here:
match attack1 Obvious paths:
matchwait
filter2:
put look
match start You can't go there.
match R%c Also here:
match attack2 Obvious paths:
matchwait
filter3:
put look
match start You can't go there.
match R%c Also here:
match attack3 Obvious paths:
matchwait
attack1:
put kick ghoul
match dead1 you hear a sound like a weeping child
match attack1 only type ahead
match attack1 Please wait
match attack1 Roundtime:
match attack1 Wait
match R%c I could not find
match R%c What were you referring to?
matchwait
attack2:
put kick fisherman
match dead2 you hear a sound like a weeping child
match attack2 only type ahead
match attack2 Please wait
match attack2 a spectral fisherman just arrived
match attack2 Roundtime:
match attack2 Wait
match R%c I could not find
match R%c What were you referring to?
matchwait
attack3:
put kick dirge
match dead3 you hear a sound like a weeping child
match attack3 only type ahead
match attack3 Please wait
match attack3 Roundtime:
match attack3 Wait
match R%c I could not find
match R%c What were you referring to?
matchwait
dead1:
pause 1
put search ghoul
goto checktre
dead2:
pause 1
put search fisherman
goto checktre
dead3:
pause 1
put search dirge
goto checktre
---------------
In case this matters, here's the opening part of the script as well
start:
pause 1
put look
match filter1 a greater ghoul
match filter2 a spectral fisherman
match filter3 a death dirge
match lost Beached Hulk
match continuehunt Table]
match logoff [Scripting Violation Limbo]
match logoff [Consultation Lounge]
match logoff [The Cell]
match lost Obvious paths:
match lost obvious exits:
matchwait
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 logoff V'reen
match logoff morph
match filter1 a greater ghoul
match filter2 a spectral fisherman
match filter3 a death dirge
match R%c Obvious paths:
match R%c obvious exits:
matchwait
filter1:
put look
match start You can't go there.
match R%c Also here:
match attack1 Obvious paths:
matchwait
filter2:
put look
match start You can't go there.
match R%c Also here:
match attack2 Obvious paths:
matchwait
filter3:
put look
match start You can't go there.
match R%c Also here:
match attack3 Obvious paths:
matchwait
attack1:
put kick ghoul
match dead1 you hear a sound like a weeping child
match attack1 only type ahead
match attack1 Please wait
match attack1 Roundtime:
match attack1 Wait
match R%c I could not find
match R%c What were you referring to?
matchwait
attack2:
put kick fisherman
match dead2 you hear a sound like a weeping child
match attack2 only type ahead
match attack2 Please wait
match attack2 a spectral fisherman just arrived
match attack2 Roundtime:
match attack2 Wait
match R%c I could not find
match R%c What were you referring to?
matchwait
attack3:
put kick dirge
match dead3 you hear a sound like a weeping child
match attack3 only type ahead
match attack3 Please wait
match attack3 Roundtime:
match attack3 Wait
match R%c I could not find
match R%c What were you referring to?
matchwait
dead1:
pause 1
put search ghoul
goto checktre
dead2:
pause 1
put search fisherman
goto checktre
dead3:
pause 1
put search dirge
goto checktre
---------------
In case this matters, here's the opening part of the script as well
start:
pause 1
put look
match filter1 a greater ghoul
match filter2 a spectral fisherman
match filter3 a death dirge
match lost Beached Hulk
match continuehunt Table]
match logoff [Scripting Violation Limbo]
match logoff [Consultation Lounge]
match logoff [The Cell]
match lost Obvious paths:
match lost obvious exits:
matchwait