Reformat and clean up portal scripts
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
Warp to Sharen III's Grave - Guild Quest
|
||||
Give guild points if holding appropriate item and not gained already
|
||||
@@ -28,7 +29,8 @@ Save location to return.
|
||||
*/
|
||||
|
||||
function enter(pi) {
|
||||
pi.getEventInstance().gridInsert(pi.getPlayer(), 1);
|
||||
pi.playPortalSound(); pi.warp(990000700, "st00");
|
||||
return true;
|
||||
pi.getEventInstance().gridInsert(pi.getPlayer(), 1);
|
||||
pi.playPortalSound();
|
||||
pi.warp(990000700, "st00");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user