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

Problems with info about TreeRoot

Ronnieole

New Member
Joined
Jan 15, 2010
Messages
98
Reaction score
0
Hey all. Im trying to update a plugin where it used
StyxWoW
.StatusText;
but im told to use this TreeRoot
Obsolete("Use TreeRoot.StatusText instead. This property has been deprecated, and will be removed in a future release.")
I cant find any information about this TreeRoot

Any help?
 
string msg = TreeRoot.StatusText.ToUpper();
 
I get the "The name "TreeRoot" does not exist in the current context.
Am I missing something completly?
 
Add this:

using Styx.Logic.BehaviorTree;


I forgot about the 'using' reference, I have a mod that adds all the references for me, so I frequently forget about it.
 
ahh hehe I see! Great thanks. Dont know why I couldnt find it when searching the documentation...
Now I will spend all night trying to update, thanks to you pff ;)
 
Back
Top