How exactly am I meant to use "next" in a spawn search?
I'm running this command:
output is "an_ice_goblin44"
mq2nav can't figure out how to get to certain parts of permafrost, this goblin is in such a location, so I want to skip it and find the next goblin
again is the same "an_ice_goblin44". If I try just
it gets myself. I add the npc goblin part back in, i still just keep getting an_ice_goblin44. With or without next I just keep getting the same goblin and with out the "npc goblin" search I just get myself. I can't figure out how to get it to return the next goblin.
I'm running this command:
Code:
/echo ${Spawn[npc goblin]}
mq2nav can't figure out how to get to certain parts of permafrost, this goblin is in such a location, so I want to skip it and find the next goblin
Code:
/echo ${Spawn[npc goblin next]}
Code:
/echo ${Spawn[next]}

