What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

[Goblin Farmer Plugin] Check for a pluginBool in the profile

Stove

New Member
Joined
Apr 10, 2012
Messages
182
Reaction score
9
[Goblin Farmer Plugin](help needed) Check for a pluginBool in the profile

I've heard it is possible to check a public static bool from a running plugin inside the profile. I've tried with "DB_Plugins.GoblinFarmer.Done" which is "NameSpace.Class.Bool" though this does not work. It skips this part. The reason I'm doing this, is to get the plugin to take care of as much as possible as it does it faster. Anyone knows exactly how to? I only wan't the profile to take care of the remaking e.g.:

while not DB_Plugins.GoblinFarmer.Done
wait 500
/while
 
Last edited:
Back
Top