Rename MCRevive1.js to MCrevive1.js

This commit is contained in:
Favouris
2023-05-14 19:16:40 +08:00
committed by GitHub
parent b742ac0591
commit 0b73d6112a

View File

@@ -0,0 +1,9 @@
/*
[CelticMS] Monster Carnival Reviving Field 1
*/
function enter(pi) {
pi.warp(980000101, 0);
pi.playPortalSound();
return true;
}