if(jieduan=0)
	hero[2][2]  
	hero[0][0]=73
	hero[0][1]=28
	hero[1][0]=35
	hero[1][1]=35
	addHero(hero)
	sethp(4,5000)
	sethp(5,5000)
	setmp(4,900)
	setmp(5,900)
        setJD(jieduan+1)
endif

if(jieduan=1)
    talk[1]
    talk[0]="哥，咱们车轮战！轮死他们！"
    setTalk(5,talk)
    setJD(jieduan+1)
endif

if(jieduan=2)
    randomAllContor()

    if(probability(50))
        act[3]
        act[0]=7
        act[1]=8
        act[2]=21
        randomContor(4,act)
    else
        setcontor(4,-1,0,0)
    endif

    if(gethp(4)<3333)
        talk[1]
        talk[0]="我的儿啊，让我用胸肌夹死你吧！"
        setTalk(4,talk)
        addBuff(4,17,1,350)
        setcontor(4,5,0,0)
        setJD(jieduan+1)
    endif
endif

if(jieduan=3)
    if(gethp(5)>0)
        addBuff(5,17,1,350)
        setcontor(5,5,0,0)
    endif
    setJD(jieduan+1)
endif

if(jieduan=4)
   randomAllContor()

    if(probability(50))
        act[3]
        act[0]=7
        act[1]=8
        act[2]=21
        randomContor(4,act)
    else
        setcontor(4,-1,0,0)
    endif

    if(gethp(4)<1111)
        talk[1]
        talk[0]="看来，是我们要小心了！"
        setTalk(4,talk)
        setcontor(4,4,1,51)
        setJD(jieduan+1)
    endif
endif

if(jieduan=5)
   if(probability(50))
       setcontor(4,-1,1,21)
       setcontor(5,-1,1,20)
   else
       setcontor(4,-1,0,0)
       setcontor(5,-1,0,0)
   endif
endif

ret
