Reformat and clean up portal scripts
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
//Author: kevintjuh93
|
||||
|
||||
function enter(pi) {
|
||||
pi.blockPortal();
|
||||
if (pi.containsAreaInfo(22014, "egg=o")) {
|
||||
return false;
|
||||
}
|
||||
pi.updateAreaInfo(22014, "egg=o;mo30=o;mo40=o;mo41=o;mo50=o;mo42=o;mo60=o");
|
||||
pi.sendImage("UI/tutorial/evan/8/0");
|
||||
return true;
|
||||
function enter(pi) {
|
||||
pi.blockPortal();
|
||||
if (pi.containsAreaInfo(22014, "egg=o")) {
|
||||
return false;
|
||||
}
|
||||
pi.updateAreaInfo(22014, "egg=o;mo30=o;mo40=o;mo41=o;mo50=o;mo42=o;mo60=o");
|
||||
pi.sendImage("UI/tutorial/evan/8/0");
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user