summaryrefslogtreecommitdiff
path: root/npc/functions/default_npc_checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/default_npc_checks.txt')
-rwxr-xr-xnpc/functions/default_npc_checks.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/default_npc_checks.txt b/npc/functions/default_npc_checks.txt
index 4dc1c1f5..ee12bc49 100755
--- a/npc/functions/default_npc_checks.txt
+++ b/npc/functions/default_npc_checks.txt
@@ -15,7 +15,7 @@ function script PCtoNPCRange {
goto L_Return;
L_Named:
- message strcharinfo(0), ""+@dnpc_name$+" : ##BPlease move closer.";
+ npctalk3 l(b("Please move closer."));
goto L_Return;
L_Return:
@@ -103,7 +103,7 @@ L_GetAgain:
L_ReturnMissing:
@check_fail = 1;
- mes "\"You are missing required items.\"";
+ mesq l("You are missing required items.");
goto L_MissingMsg;
L_MissingMsg:
@@ -117,13 +117,13 @@ L_NextMsgCheck:
goto L_MissingMsg;
L_ReturnWeight:
- mes "\"You need to be carrying less weight.\"";
+ mesq l("You need to be carrying less weight.");
next;
@check_fail = 1;
goto L_Return;
L_ReturnSpace:
- mes "\"You need more room in your inventory.\"";
+ mesq l("You need more room in your inventory.");
next;
@check_fail = 1;
goto L_Return;