I've just had a trigger fail. The code looks like this:
But when I check logs the MUD has only seen this:
Is there a chance things are going to fast for the MUD or something? It's really frustrating I've noticed such things a couple of times.
Send("sh")
Send("get pickaxe from bags")
Send("hold pickaxe")
But when I check logs the MUD has only seen this:
sh
hold pickaxe
Is there a chance things are going to fast for the MUD or something? It's really frustrating I've noticed such things a couple of times.