Code: Select all
:Begin1
/target Ganbar
/echo GotHere
/if "$target(Name)"~~"Ganbar" /call DwarfUp1
/goto :Begin1
I've done this before with A Mechanic and got it to work, I"m using MQ2 if that matters (Maybe $target got changed some I dunno)
I've tried this with quotes and without, with == and ~~, with Variables instead of Ganbar and with (Name,clean_ and without and nothing. Just kept looping over and over through the echo. Maybe I'm just making a stupid little mistake that i can't even see, anyone able to help me out here?
