why cant you do
? it doesnt return a specialeffect but it is still created
function AddSpecialEffectLocForPlayer takes player who, location where, string modelName returns nothing if GetLocalPlayer() == who then call AddSpecialEffectLoc(modelName, where) endfunction? it doesnt return a specialeffect but it is still created