CWKPQ inclusion
Added some CWKPQ imports for the server. Enabled basic mechanics for a run, but still WIP.
This commit is contained in:
16
scripts/portal/glpqPortalDummy.js
Normal file
16
scripts/portal/glpqPortalDummy.js
Normal file
@@ -0,0 +1,16 @@
|
||||
function enter(pi) {
|
||||
var react = pi.getMap().getReactorByName("mob0");
|
||||
|
||||
if (react.getState() < 1) {
|
||||
react.forceHitReactor(1);
|
||||
pi.getEventInstance().setIntProperty("glpq1", 1);
|
||||
|
||||
pi.getEventInstance().dropMessage(5, "A strange force starts being emitted from the portal apparatus, showing a hidden path once blocked now open.");
|
||||
pi.warp(610030100, 0);
|
||||
pi.getEventInstance().showClearEffect();
|
||||
return true;
|
||||
}
|
||||
|
||||
pi.getEventInstance().dropMessage(5, "The portal apparatus is malfunctional, due to the last transportation. The finding another way through.");
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user