Files
sweetgum-server/scripts/portal/MCRevive1.js
2021-09-09 23:35:59 +02:00

10 lines
147 B
JavaScript

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