Crazyd22
Member
- Joined
- Mar 25, 2010
- Messages
- 165
Hey, I am trying to develop a plug-in that stops HB after you have reached a certain amount of honor.
I am getting stuck on retrieving the current amount of honor, so far I have:
but it comes back with the error:
Any ideas?
Thanks.
I am getting stuck on retrieving the current amount of honor, so far I have:
Code:
public static int GetHonorCurrency();
public override void Pulse()
{
slog("honor (" + GetHonorCurrency + ")");
}
but it comes back with the error:
Code:
Error: 'Styx.Bot.CustomClasses.Jumper.GetHonorCurrency()' must declare a body because it is not marked abstract, extern, or partial
Any ideas?
Thanks.