sweetgum83/scripts/portal/MCrevive1.js
2024-01-19 03:56:28 -05:00

10 lines
147 B
JavaScript

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