diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 22:24:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 22:24:04 -0300 |
commit | d5630fca5f06828000b824c346917f54c3db7a8e (patch) | |
tree | 2fc5c058c293a468fdb8067faee9915fe64edc58 /npc/functions/string.txt | |
parent | 8baffd33b467eda596256c9b246779b789b7a5aa (diff) | |
download | serverdata-d5630fca5f06828000b824c346917f54c3db7a8e.tar.gz serverdata-d5630fca5f06828000b824c346917f54c3db7a8e.tar.bz2 serverdata-d5630fca5f06828000b824c346917f54c3db7a8e.tar.xz serverdata-d5630fca5f06828000b824c346917f54c3db7a8e.zip |
strip works :mou:
Diffstat (limited to 'npc/functions/string.txt')
-rw-r--r-- | npc/functions/string.txt | 4 |
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); } |