Reformat and clean up portal scripts
This commit is contained in:
@@ -3,7 +3,8 @@ function enter(pi) {
|
||||
pi.getPlayer().dropMessage(6, "You need a warp card to activate this portal.");
|
||||
return false;
|
||||
}
|
||||
|
||||
pi.playPortalSound(); pi.warp(120000101,"earth01");
|
||||
|
||||
pi.playPortalSound();
|
||||
pi.warp(120000101, "earth01");
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user