Code: Select all
automacro TALK {
run-once 0
console /(.*) Welcome to /
call {
do move z_agit 20 183
do talk @npc (20 184)
}
}
Moderator: Moderators
Code: Select all
automacro TALK {
run-once 0
console /(.*) Welcome to /
call {
do move z_agit 20 183
do talk @npc (20 184)
}
}
just use, talknpc..like this. do talknpc 20 184 c c r1 n - just an example not the actual response when talking to npc in 20 184..^_^..aronron33 wrote:here my macro:i get this error when i run ..."syntax error in function 'talk' (talk to npc)"Code: Select all
automacro TALK { run-once 0 console /(.*) Welcome to / call { do move z_agit 20 183 do talk @npc (20 184) } }
thanks man...but now i getting error say that npc cannot find in there...unknown player wrote:just use, talknpc..like this. do talknpc 20 184 c c r1 n - just an example not the actual response when talking to npc in 20 184..^_^..aronron33 wrote:here my macro:i get this error when i run ..."syntax error in function 'talk' (talk to npc)"Code: Select all
automacro TALK { run-once 0 console /(.*) Welcome to / call { do move z_agit 20 183 do talk @npc (20 184) } }