09-13-2012, 03:24 PM
This in Cavebot
Paste This in Advanced Tools>Macros
If the Door is at right use the macro, is left cahnge VarAdd(X, 1) with VarSub(X, 1), if up change VarAdd(X, 1) with VarSub(Y, 1), if down change VarAdd(X, 1) with VarAdd(Y, 1)
Code:
.
.
.
Fixed (33246 32534 8)
Macro (33246 32534 8:Open Door)
.
.
.
Paste This in Advanced Tools>Macros
Code:
0 {Open Door} X:=Self.X Y:=Self.Y Z:=Self.Z VarAdd(X, 1) Map.Use(6258, !X!, !Y!, !Z!, 5)
If the Door is at right use the macro, is left cahnge VarAdd(X, 1) with VarSub(X, 1), if up change VarAdd(X, 1) with VarSub(Y, 1), if down change VarAdd(X, 1) with VarAdd(Y, 1)