Reformat and clean up portal scripts
This commit is contained in:
@@ -21,11 +21,12 @@
|
||||
*/
|
||||
function enter(pi) {
|
||||
/**
|
||||
*Male00.js
|
||||
*/
|
||||
*Male00.js
|
||||
*/
|
||||
var gender = pi.getPlayer().getGender();
|
||||
if (gender == 0) {
|
||||
pi.playPortalSound(); pi.warp(670010200, 3);
|
||||
pi.playPortalSound();
|
||||
pi.warp(670010200, 3);
|
||||
return true;
|
||||
} else {
|
||||
pi.getPlayer().dropMessage(5, "You cannot proceed past here.");
|
||||
|
||||
Reference in New Issue
Block a user