sweetgum83/scripts/portal/Depart_TopFloor.js
2024-01-19 03:56:28 -05:00

4 lines
137 B
JavaScript

function enter(pi) {
pi.openNpc(1052125); //It is actually suppose to open the npc, because it leads to a boss map
return true;
}