sweetgum83/scripts/portal/thief_in1.js

6 lines
144 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
// unexpected warp condition noticed thanks to IxianMace
pi.openNpc(1063011, "ThiefPassword");
return false;
}