Hello, I have a quick question, why when using KaTTaNa's local handle system this works:

JASS:
function LocalVars takes nothing returns gamecache
return InitGameCache("jasslocalvars.w3v")
endfunction
while this doesn't and ruins the whole spell:

JASS:
function LocalVars takes nothing returns gamecache
return udg_FearGameCache
endfunction
It is the only thing that I changed that caused this not to work why??
Thanks