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

10 lines
145 B
JavaScript

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