how can i cancel the auto-triggered npc's conversation

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

kejiaweiren
Noob
Noob
Posts: 8
Joined: 01 Jun 2013, 10:01
Noob?: No

how can i cancel the auto-triggered npc's conversation

#1 Post by kejiaweiren »

when i enter a map,then the npc's conversation will auto trigger, i just want to move the center of the map
if i don't cancel the conversation,i cannot move,how can i do now?
Jozo
Human
Human
Posts: 37
Joined: 13 Oct 2013, 12:32
Noob?: No
Location: Moscow

Re: how can i cancel the auto-triggered npc's conversation

#2 Post by Jozo »

autotalkcont
Bobthebuilder
Noob
Noob
Posts: 19
Joined: 29 Sep 2013, 06:25
Noob?: No

Re: how can i cancel the auto-triggered npc's conversation

#3 Post by Bobthebuilder »

Code: Select all

automacro blah {
   console /text the npc says/
   call {
      do ai manual
      do talk resp 0
      pause 3
      do talk resp 1 etc. whatever is needed
      pause 3
      do ai auto
   }
}