CWKPQ inclusion
Added some CWKPQ imports for the server. Enabled basic mechanics for a run, but still WIP.
This commit is contained in:
11
scripts/portal/glpqPortal0.js
Normal file
11
scripts/portal/glpqPortal0.js
Normal file
@@ -0,0 +1,11 @@
|
||||
function enter(pi) {
|
||||
if (pi.getEventInstance().getIntProperty("glpq1") == 0) {
|
||||
pi.getEventInstance().dropMessage(5, "This path is currently blocked.");
|
||||
return false;
|
||||
|
||||
} else {
|
||||
pi.warp(610030200, 0);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user