Reformat and clean up npc scripts

This commit is contained in:
P0nk
2021-09-09 23:35:02 +02:00
parent 0c1545f81d
commit d893309b4f
665 changed files with 19932 additions and 19046 deletions

View File

@@ -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/>.
*/
/* Author: Xterminator, Moogra
NPC Name: Fourth Eos Rock
Map(s): Ludibrium : Eos Tower 1st Floor (221020000)
@@ -26,9 +27,9 @@
*/
function start() {
if (cm.haveItem(4001020))
if (cm.haveItem(4001020)) {
cm.sendYesNo("You can use #bEos Rock Scroll#k to activate #bFourth Eos Rock#k. Will you head over to #bThird Eos Rock#k at the 41st floor?");
else {
} else {
cm.sendOk("There's a rock that will enable you to teleport to #bThird Eos Rock#k, but it cannot be activated without the scroll.");
cm.dispose();
}