Hey all ... trying to write a mac to sort the randoms preformed by my group.. its going to read all the randoms that my group performes then sort high to low and echo it the chat event doesn't seem to be working for randoms .. i searched the boards but didn't see anything
im not attempting to cheat the roll or anything just want to track the randoms performed for splitting loot
Code: Select all
#turbo 20
#event Random "A Magic Dye"
Sub Main
/doevents Random
/call Main
Sub Event_Random
/echo Random has been preformed
/return
[/code]