if(jieduan=0)
	hero[2][3]  
	hero[0][0]=17
        hero[0][1]=74
        hero[0][2]=17
	hero[1][0]=35
        hero[1][1]=40
        hero[1][2]=35
	addHero(hero)
        sethp(4,1500)
	sethp(5,6000)
        sethp(6,1500)
	setmp(4,500)
        setmp(5,1000)
        setmp(6,500)
        setJD(jieduan+1)
endif

if(jieduan=1)
      talk[1]
      talk[0]="昔日之败我铭记于心！"
      setTalk(5,talk)
      setJD(jieduan+1)
endif

if(jieduan=2)
        randomAllContor()

        if(gethp(5)<2344)
            talk[1]
            talk[0]="不瞒你说，我已然学会北冥神功！"
            setTalk(5,talk)
            setJD(jieduan+1)
            jieduan=jieduan+1
        endif
endif

if(jieduan=3)
    if(probability(50))
        act[4]
        act[0]=34
        act[1]=35
        act[2]=32
        act[3]=31
        randomContor(5,act)
    else
        if(probability(15))
            addBuff(5,4,3,100)
        endif
    setcontor(5,-1,0,0)
    endif
endif

ret
