is there anyone who could kindly help me to solve this problem? it would be very grateful!
Code: Select all
automacro move1 {
location yuno, yuno_in01
inventory "Blue Gemstone" = 100
run-once 1
exclusive 1
call {
do move yuno 14 126
}
}
automacro move2 {
location sch_gld
run-once 1
call {
do move sch_gld 137 92
pause 2
do talknpc 141 97 c r0
}
}
automacro move3 {
location schg_cas04 120 290
run-once 1
call {
do move schg_cas04 132 300
do talknpc 133 302 c r0
}
}
automacro move4 {
location schg_cas04 275 244
run-once 1
call {
do move schg_cas04 280 385
pause 2
do talknpc 280 391 c r0 n
release all
stop
}
}