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

Checking CP in crafting

DomesticWarlord

Community Developer
Joined
May 16, 2013
Messages
370
Reaction score
11
Bot erroring out when it gets to this portion, what am I doing wrong?

Getting the following errors
[21:34:46.462 D] Exception during scheduling Pulse: System.MissingMemberException: 'LocalPlayer' object has no attribute 'CP'

Code:
				<If Condition="Core.Player.CP >= 88">
					<CraftAction ActionId="100108"/> <!-- Hasty Touch -->
					<CraftAction ActionId="283"/> <!-- Ingenuity II -->
				</If>
 
Back
Top