Reworked many aspects of the Malaysia/Singapore region (added DB data, enabled Latanica & Scarga expedition, fixed maps). Fixed some issues related with player warping.
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
/**
|
|
* @author: Ronan
|
|
* @event: Jail - visit to jail :3
|
|
*/
|
|
|
|
function enter(pi) {
|
|
pi.warp(300000012,"portal");
|
|
return(true);
|
|
} |