From d90c00ef4641e7809df15960d318e67e2414abb2 Mon Sep 17 00:00:00 2001 From: AnnieRuru Date: Tue, 17 Nov 2015 05:28:16 +0800 Subject: Add some FAQ documentation that some script command can return value - getitemname can return "null" - getmapusers can return -1 and fix the bad ... misleading global function example --- npc/other/Global_Functions.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/other') diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index ff5b78b2d..dc675f8d0 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -46,10 +46,10 @@ // Returns a number with commas based on precision of digits and custom separator. // -- callfunc "F_InsertComma",{,,} // Examples: -// callfunc("F_InsertComma",7777777{,,}) // returns "7,777,777" -// callfunc("F_InsertComma",1000000000,3,","}) // returns "1,000,000,000" -// callfunc("F_InsertComma",1000000000,3,"_"}) // returns "1_000_000_000" -// callfunc("F_InsertComma",1000000000,4) // returns "10,0000,0000" +// callfunc("F_InsertComma",7777777) // returns "7,777,777" +// callfunc("F_InsertComma",1000000000,3,",") // returns "1,000,000,000" +// callfunc("F_InsertComma",1000000000,3,"_") // returns "1_000_000_000" +// callfunc("F_InsertComma",1000000000,4) // returns "10,0000,0000" ////////////////////////////////////////////////////////////////////////////////// function script F_InsertComma { .@value = getarg(0); -- cgit v1.2.3-60-g2f50