Thread: Check for buff?
View Single Post
  #4  
Old 02-25-2014, 03:00 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

FROM:
Code:
if($client->FindBuff(123456)
TO:
Code:
if($client->FindBuff(123456))
You're missing a parenthesis, that script would not run.
Reply With Quote