View Single Post
11-03-08, 12:16 PM   #3
iindigo
An Aku'mai Servant
 
iindigo's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 32
Originally Posted by Seerah View Post
Do you only have your frame reacting to events? You'll need to do GetMoney() when you login.
Thanks! That's exactly what was wrong. I just did a

Code:
MoneyFrame_Update(self:GetName(), GetMoney("player"));
hooked up to the PLAYER_ENTERING_WORLD event and it works perfectly now.


Thanks again!
  Reply With Quote