Is it possible to 'slide' the triggering mob to a new location? I've tried several ways to try telling it to do this and it basically ignores me!
Can this be done?
yep, a couple of ways.
You can put them at a specific location with
SETONTRIGMOB/location/(1500,200,0)
or you can shift their position by a certain x,y, amount with
SETONTRIGMOB/OFFSET,5,7
Thanx Again Arte! Your the BEST!