Code: Select all
doCommand move 70 161 moc_ruins {
timeout 1900
whenStatusInactive Immortal Stew
}
But the following not, I think ...:
Code: Select all
doCommand talknpc 68 164 c c r0 n {
timeout 2000
whenStatusInactive Immortal Stew
inMap moc_ruins
}
I already tried it with the additional lines:
Code: Select all
notOnAction move
notOnAction route
inMap moc_ruins 68 164
inMap 68 164 moc_ruins
The rest is as follows:
Code: Select all
doCommand move 30 13 moc_para01 {
inMap moc_para01
timeout 2000
}
doCommand talknpc 26 15 c n {
inMap moc_para01
timeout 2000
notOnAction route
}
doCommand move 0 {
whenStatusActive Immortal Stew
inMap moc_para01
timeout 2000
}
Thanks for your answers!!!