Files
sweetgum-server/scripts/portal/jail_in.js
ronancpl 8fab2a6e3e Reworked Singapore/Malaysia + warp fix
Reworked many aspects of the Malaysia/Singapore region (added DB data,
enabled Latanica & Scarga expedition, fixed maps). Fixed some issues
related with player warping.
2017-07-14 20:40:06 -03:00

9 lines
142 B
JavaScript

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