summaryrefslogtreecommitdiff
path: root/npc/functions/string.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/string.txt')
-rw-r--r--npc/functions/string.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/string.txt b/npc/functions/string.txt
index 719951690..627f0abc6 100644
--- a/npc/functions/string.txt
+++ b/npc/functions/string.txt
@@ -142,8 +142,8 @@ function script strip {
.@end--;
}
}
- debugmes "STRIP.DEBUG MODE ENABLED BY JESUSALVA. PASSING SUBSTRING PARAMS";
- debugmes "String \""+.@s$+"\" from "+str(.@start)+" to "+str(.@end);
+ //debugmes "STRIP.DEBUG MODE ENABLED BY JESUSALVA. PASSING SUBSTRING PARAMS";
+ //debugmes "String \""+.@s$+"\" from "+str(.@start)+" to "+str(.@end);
return substr(.@s$, .@start, .@end);
}