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

10 lines
145 B
JavaScript

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