count:1
 //id,x,y,img,xf,yf,script
0:1,100,18,100,1,1,1
script
id=1
if getMission(2)=true
talk 3
endIf
//接受任务未完成。
if completeMission(1)=true
getMission 2
talk 1
endIf
//
if getMission(0)=true
getMission 1
talk 2
endIf
//任务可以完成但是需要对话完成它。
if getMission(1)=true
talk 5
endIf
endScript
