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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

CurrentBuffer check from a profile

Ken512

Member
Joined
Mar 21, 2015
Messages
100
How would I go about using the below code as a condition for an if or while statement in a profile?

Code:
ff14bot.Managers.GamelogManager.CurrentBuffer.Exists(x => x.Contents == "You use Teleport.")
 
How would I go about using the below code as a condition for an if or while statement in a profile?

Code:
ff14bot.Managers.GamelogManager.CurrentBuffer.Exists(x => x.Contents == "You use Teleport.")

Should try and find a better way to do whatever it is your doing as itll only work on whatever language you localize it to.
 
Back
Top