4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
|
function enter(pi) {
|
||
|
pi.openNpc(2159011);
|
||
|
return true;
|
||
|
}
|