Code: Select all
if Player:GetState():GetState( 3481 ) == nil and Helper:CheckAvailable( "Apply Deadly Poison" ) then
elseif Range <= 10 and Helper:CheckAvailable( "Flurry" ) then
Helper:CheckExecute( "Flurry" );
end
Code: Select all
if Player:GetState():GetState( 3481 ) == nil and Helper:CheckAvailable( "Apply Deadly Poison" ) then
elseif Range <= 10 and Helper:CheckAvailable( "Flurry" ) then
Helper:CheckExecute( "Flurry" );
end
Users browsing this forum: No registered users and 1 guest