Reformat and clean up portal scripts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//Author: kevintjuh93
|
||||
|
||||
function enter(pi) {
|
||||
pi.playPortalSound(); pi.warp(922240100 + (pi.getPlayer().getMapId() - 922240000), 0);
|
||||
return true;
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(922240100 + (pi.getPlayer().getMapId() - 922240000), 0);
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user