Reformat and clean up portal scripts
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
function enter(pi) {
|
||||
if (pi.isQuestStarted(1035))
|
||||
pi.showInfo("UI/tutorial.img/20");
|
||||
if (pi.isQuestStarted(1035)) {
|
||||
pi.showInfo("UI/tutorial.img/20");
|
||||
}
|
||||
|
||||
pi.blockPortal();
|
||||
return true;
|
||||
pi.blockPortal();
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user