From 4936f3f5a021fb573678200dd4c3e8583485d6e2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Jun 2020 20:39:33 -0300 Subject: Feedback when you lack money or AP --- npc/craft/tweak.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/craft/tweak.txt') diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index f3d6e6b7f..fcb9ace2e 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -50,8 +50,10 @@ function script SmithTweakSystem { mesc l("Operation Cost: @@ GP", .@price), 3; // Do you have money or AP - if (Zeny < .@price || !.@left) + if (Zeny < .@price || !.@left) { + mesc l("You lack money or Action Points."), 1; return false; + } .@id=requestitemindex(); mes ""; -- cgit v1.2.3-60-g2f50