From bf3c1c0e4add6a5d8a52b043a30775eada1cef2f Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 16 Apr 2015 21:11:51 -0400 Subject: remove deprecated readparam & statusup2 --- world/map/npc/items/require_stat.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/items/require_stat.txt') diff --git a/world/map/npc/items/require_stat.txt b/world/map/npc/items/require_stat.txt index 40200ea9..27d215f9 100644 --- a/world/map/npc/items/require_stat.txt +++ b/world/map/npc/items/require_stat.txt @@ -4,13 +4,13 @@ // This is passed automagically when called in an equip script. // @bStat The stat to check against. // Usually one of: bStr, bAgi, bVit, bInt, bDex, bLuk; -// but can be anything that works with readparam(). +// but can be anything that works with . // @minbStatVal The minimum stat value to accept this item. // ------------------------------------------------------------ function|script|RequireStat { - set @bStatVal, readparam(@bStat); + set @bStatVal, @bStat; // If the requirement isn't met, we set an unequip trigger. // The item is now removed. if (@bStatVal < @minbStatVal) -- cgit v1.2.3-60-g2f50