Typo in Readme
Posted: Wed Jul 14, 2004 7:26 am
Hope this is the right place to post this - it's not a bug, but rather a typo in the readme.
I was trying to get my Leadership EXP to be shown MQ sytle (With 2 decimal places) and the readme tells me to use:
which returned False (This is actually telling me if I am the leader of a group.)
According to http://macroquest2.com/phpBB2/viewtopic ... roupleader it should be
Which I am unable to test because the servers are down.
So I guess I'm reporting a Typo, and also asking if the second code is correct. Thanks!
I was trying to get my Leadership EXP to be shown MQ sytle (With 2 decimal places) and the readme tells me to use:
Code: Select all
${Me.GroupLeader}According to http://macroquest2.com/phpBB2/viewtopic ... roupleader it should be
Code: Select all
${Me.GroupLeaderExp}So I guess I'm reporting a Typo, and also asking if the second code is correct. Thanks!