猫史档案馆


【岛3】六月一日,将有大事,可能与毁灭无关

用户:86135clc86135clc查看:0 回复:2 评论:0 创建时间:2021-05-27T23:03:23


console.clear();

(async function destroyWorld() {
    while(true){
        //判断日期
        const now = new Date();
        const y = now.getFullYear();
        const m = now.getMonth() + 1;
        const d = now.getDate();
        if(y === 2021 && m === 6 && d === 1) {
            //2021.06.01
            Box3.destroy();//可能不是重点 想想上次学习吧!小精灵说cdil3要遭攻击(其实代码意思是毁灭cdil3)
            const playerNames = ['**师', '**师', '**师', '**师'];//可能对应创作者
            for (let i = 0; i < 4; i++){
                world.createEntity({
                  name: playerNames[i],  
                });
            }//可能是重点 创建创作者
             //我的猜测:
             //1、创作节
             //2、一起造图
            break;
        }
        await sleep(1000);       
    }
})();
GGM.say('2021.6.1 岛三有大事发生,全员集结!')//原为中文引号


回复

上一页1 页 / 共 1下一页
code工作室code工作室

@吉吉喵

点赞0


评论


SSR级学霸_拉文克劳SSR级学霸_拉文克劳

额 

点赞0


评论