
Originally Posted by
'Blubber',index.php?page=Thread&postID=106788#post 106788

Originally Posted by
'Abyssal',index.php?page=Thread&postID=106782#post 106782

Originally Posted by
'Tasty',index.php?page=Thread&postID=106192#post10 6192
It would take up another space but you could make a macro for your alts.
/script SendChatMessage("[Money Pouch] contains "..(GetMoney()/10000).." gold.");
excellent, exactly what i wanted.... is there any way to truncate the number to two decimals?
Code:
/script SendChatMessage("[Money Pouch] contains "..string.format("%.2f", (GetMoney()/10000)).." gold.");
Change that to
Code:
/script SendChatMessage("[Money Pouch] contains "..string.format("%.2f", (GetMoney()/10000)).." gold.","PARTY");
if you don't want to let everyone know how much gold you have.
Connect With Us