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