if(jieduan=0)
	hero[2][1]  
	hero[0][0]=24
	hero[1][0]=15
	addHero(hero)
	sethp(4,4000)
	setmp(4,800)
        setJD(jieduan+1)
endif

if(jieduan=1)
    if(probability(50))
        act[3]
        act[0]=34
        act[1]=32
        act[2]=8
        randomContor(4,act)
    else
        setcontor(4,-1,0,0)
    endif
    
    if(gethp(4)<1658)
        talk[1]
        talk[0]="你娃再犀利也木有哥犀利！！"
        setTalk(4,talk)
        setcontor(4,-1,1,9)
        setJD(3)
    endif
endif

if(jieduan=3)
   if(probability(75))
        act[4]
        act[0]=34
        act[1]=32
        act[2]=8
        act[3]=9
        randomContor(4,act)
    else
        setcontor(4,-1,0,0)
   endif
endif

ret
