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

CurrentBuffer check from a profile

Ken512

Member
Joined
Mar 21, 2015
Messages
100
Reaction score
0
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