7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
|
function enter(pi) {
|
||
|
if (pi.hasLevel30Character()) {
|
||
|
pi.openNpc(2007);
|
||
|
}
|
||
|
pi.blockPortal();
|
||
|
return true;
|
||
|
}
|