String name = ObjectManager.Me.Name;
ulong gold = ObjectManager.Me.Gold;
uint factionId = ObjectManager.Me.FactionId;
Me.Name
Me.IsAlliance
Me.IsHorde
Lua.GetReturnVal<int>("return GetMoney()", 0);
Lua.GetReturnVal<int>("return GetGuildBankMoney()", 0);
Lua.GetReturnVal<String>("return GetRealmName()", 0);






