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

PB Expression Question

AtticusG3

New Member
Joined
Aug 27, 2011
Messages
425
Reaction score
11
How do i use Expressions like HasQuest(uint) in ProfessionBuddy profiles?

I have tried "Styx.Logic.Profiles.Quest.ProfileHelperFunctionsBase.HasQuest(28112)" but it gives me an error:

Err: If (Styx.Logic.Profiles.Quest.ProfileHelperFunctionsBase.HasQuest(28112))
Compile Error : 'Styx.Logic.Profiles.Quest.ProfileHelperFunctionsBase.HasQuest(uint)' is inaccessible due to its protection level

And i have no idea what to try next.
 
Use this:
Code:
Me.QuestLog.ContainsQuest(1234)
 
So simple, I knew it would be, I just had no idea where to look. Thanks Inrego.
 
Back
Top