用户:
yuans查看:0 回复:0 评论:0 创建时间:2021-03-06T20:33:29
async function seasonjs(){
while(true){
world.say(seasonlist[seasonnumber]+"季来临")
seasonnumber+=1;
if(seasonnumber>=4){
seasonnumber=0
}
if(seasonnumber>=5){
seasonnumbertwo=1
}
await sleep(seasonawait)
}
}
seasonjs()