sweetgum83/scripts/portal/MCrevive5.js

10 lines
145 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
/*
[CelticMS] Monster Carnival Reviving Field 1
*/
function enter(pi) {
pi.warp(980000501, 0);
pi.playPortalSound();
return true;
}