[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
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:






