if(jieduan=0)
	hero[2][1]
	hero[0][0]=124
	hero[1][0]=getGrade(-1)+4
	addHero(hero)
        sethp(4,30*getGrade(-1)+20000)
	setJD(jieduan+1)
endif
if(jieduan=1)
    talk[1]
    talk[0]="啊，其实我不识字啊！"
    setTalk(4,talk)
    setJD(jieduan+1)
endif

if(jieduan=2)
    if(mod(count,3)=0)
        if(probability(50))
            setcontor(4,-1,1,33)
        else
            setcontor(4,-1,1,34)
        endif
    else
        if(mod(count,5)=0)
            if(probability(20))
                setcontor(4,-1,1,21)
            else
                setcontor(4,-1,1,30)
            endif
        else
            setcontor(4,-1,0,0)
        endif
    endif
endif
ret
