Reformat and clean up portal scripts
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
function enter(pi) {
|
||||
if (pi.getPlayer().getJob().getJobNiche() == 3) {
|
||||
pi.playPortalSound(); pi.warp(610030540,0);
|
||||
pi.playPortalSound();
|
||||
pi.warp(610030540, 0);
|
||||
return true;
|
||||
} else {
|
||||
pi.playerMessage(5, "Only bowmen may enter this portal.");
|
||||
pi.playerMessage(5, "Only bowmen may enter this portal.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user