Fix various other scripts with broken comparisons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function enter(pi) {
|
||||
try {
|
||||
var eim = pi.getEventInstance();
|
||||
if (eim != null && eim.getProperty("stage2").equals("3")) {
|
||||
if (eim != null && eim.getProperty("stage2") === "3") {
|
||||
pi.playPortalSound();
|
||||
pi.warp(925100200, 0); //next
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user