Files
sweetgum-server/scripts/portal/MCrevive6.js
2023-05-14 19:17:38 +08:00

10 lines
145 B
JavaScript

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