Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Ayantir
Forum: General Authoring Discussion 05/04/15, 09:35 AM
Replies: 4
Views: 4,950
Posted By Ayantir
function isPremiumAccount() local...

function isPremiumAccount()
local IS_PREMIUM_BUFF = 63601
for i=1, GetNumBuffs("player") do
local _,_,_,_,_,_,_,_,_,_, abilityId = GetUnitBuffInfo("player", i)
if abilityId ==...
Showing results 1 to 1 of 1