sweetgum83/scripts/portal/jail_in.js

10 lines
161 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
/**
* @author: Ronan
* @event: Jail - visit to jail :3
*/
function enter(pi) {
pi.playPortalSound();
pi.warp(300000012, "portal");
return true;
}