From bb3cb7830c8ddd45d1beb7e645d379cbacc8cea4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 23 Nov 2018 10:38:26 -0200 Subject: Minor typo, nothing wrong here --- npc/001-10/scripts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-10') diff --git a/npc/001-10/scripts.txt b/npc/001-10/scripts.txt index da1afcd6e..de2c790b2 100644 --- a/npc/001-10/scripts.txt +++ b/npc/001-10/scripts.txt @@ -38,7 +38,7 @@ OnTouch: 001-10,0,0,0 script #CODMASTER NPC_NO_SPRITE,{ end; function spawner { // (Event, x1, y1, x2, y2, Amount, modifier) - .@ev=getarg(0, "#CONDMASTER::OnDeath"); + .@ev$=getarg(0, "#CONDMASTER::OnDeath"); .@x1=getarg(1,0); .@y1=getarg(2,0); .@x2=getarg(3,200); @@ -50,7 +50,7 @@ OnTouch: .@monsterId=any(DustRifle, DustGatling, DustRevolver); else .@monsterId=any(AngryBat, Snake, AngryBat, DesertBandit, AngryBat, Sarracenus); - areamonster("001-10", .@x1, .@y1, .@x2, .@y2, strmobinfo(1, .@monsterId), .@monsterId, 1, .@ev); + areamonster("001-10", .@x1, .@y1, .@x2, .@y2, strmobinfo(1, .@monsterId), .@monsterId, 1, .@ev$); } } -- cgit v1.2.3-60-g2f50