Files
sweetgum-server/scripts/portal/enterEvanRoom.js
ronancpl 1fead59c57 Slot Max & Wind Walk fix + reviewed scripted portals
Fixed slotMax function caching up dirtied player data.
Fixed many portals not supposed to warp players to "random spawnpoints".
Fixed Wind Walk not being cancellable by attacking.
2017-11-03 17:06:48 -02:00

5 lines
94 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(100030100, 0);
return true;
}