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

TalkToAndListenToStory.cs not working for me

tilopa

Member
Joined
Dec 27, 2010
Messages
60
Reaction score
0
I'm trying to use the CustomBehavior called TalkToAndListenToStory, my profile file looks like this:

<QuestOrder>
<PickUp QuestName="A Time for Negotiation..." GiverName="Tree Warden Chawn" QuestId="10682" GiverId="22007" />

<CustomBehavior File="TalkToAndListenToStory"
QuestId="10682"
NpcIds="21981" />

</QuestOrder>

When I start HB I get this error in my logs:

c:\Honorbuddy 2.0.0.3626\Quest Behaviors\TalkToAndListenToStory.cs(32,92) : error CS0122: 's' is inaccessible due to its protection level
c:\Honorbuddy 2.0.0.3626\Quest Behaviors\TalkToAndListenToStory.cs(32,92) : error CS0118: 's' is a 'type' but is used like a 'variable'

The file is located in the correct path.

I'm not a programmer just trying to write a few profiles.
Any help in pointing me in the right direction is appreciated.
 
We can't read your code. Put PHP brackets around it or we can't help you.
 
Are you using the one that came with the latest HB, because that doesn't match what I'm seeing in the code.
 
Sorry, I just updated my HB and I don't get the error anymore. Sorry for the trouble.
 
Back
Top