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?
how can i cancel the auto-triggered npc's conversation
Moderator: Moderators
-
- Noob
- Posts: 8
- Joined: 01 Jun 2013, 10:01
- Noob?: No
-
- Human
- Posts: 37
- Joined: 13 Oct 2013, 12:32
- Noob?: No
- Location: Moscow
-
- Noob
- Posts: 19
- Joined: 29 Sep 2013, 06:25
- Noob?: No
Re: how can i cancel the auto-triggered npc's conversation
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
}
}