K Ken512 Member Joined Mar 21, 2015 Messages 100 Nov 15, 2016 #1 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.")
mastahg Administrator Staff member Moderator Joined Feb 27, 2011 Messages 5,352 Nov 15, 2016 #2 Ken512 said: 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.") Click to expand... 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.
Ken512 said: 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.") Click to expand... 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.