and don't quight understand how to or IF i need to alter it... i am making a macro that will run me from one loc to another but between the two loc's there is a door that i have to stop and open
Code: Select all
Sub Main
/mqlog Testing on Door ID=%p0
/doortarget id $p0
/face door
/delay 6
/mqlog Target Door Information: id=$door(id) name=$door(name) state=$door(open) loc=$door(y), $door(x), $door(z) heading=$door(heading)
/mqlog (continued): defaultloc=$door(defaulty), $door(defaultx), $door(defaultz) defaultheading=$door(defaultheading)
/mqlog (continued): headingto=$door(headingto) distance=$door(distance) distance2=$distance(door)
/press u
/delay 5
/mqlog (after use): state=$door(open) loc=$door(y), $door(x), $door(z) heading=$door(heading)
/return
when i type the doortests command it will open the door but it will say
"Id specified but no number provied"
"Face: item but no item targeted"
can someone help or maby give a helpfull hint of what i need to put in or do
thanks

