Readme update

A readme update.
This commit is contained in:
ronancpl
2018-07-18 18:24:06 -03:00
parent f439c158e2
commit 3752ebbae5
5 changed files with 5 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
function enter(pi) {
try {
var elevator = pi.getEventManager("elevator");
var elevator = pi.getEventManager("Elevator");
if (elevator == null) {
pi.getPlayer().dropMessage(5, "The elevator is under maintenance.");
} else if (elevator.getProperty(pi.getMapId() == 222020100 ? ("goingUp") : ("goingDown")).equals("false")) {