8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
|
function enter(pi) {
|
||
|
if (pi.isQuestStarted(1035)) {
|
||
|
pi.showInfo("UI/tutorial.img/20");
|
||
|
}
|
||
|
|
||
|
pi.blockPortal();
|
||
|
return true;
|
||
|
}
|