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

10 lines
161 B
JavaScript

/**
* @author: Ronan
* @event: Jail - visit to jail :3
*/
function enter(pi) {
pi.playPortalSound();
pi.warp(300000012, "portal");
return true;
}