Could someone please tell me this values actual name? Because they only have its reference name at Valve Developer wiki.
[editline]5th December 2010[/editline]
Sorry. Made the thread in the wrong section by accident. Meant to make it in Lua Scripting/Questions section.
[editline]5th December 2010[/editline]
Nvm, just looked through hunter's GetKeyValues table:[CODE]for k,v in pairs(ents.FindByClass("npc_hunter")) do
for a,b in pairs(v:GetKeyValues()) do
print(a," -",b)
end
end[/CODE]
Just place one in Hammer and turn off smart edit.
Or I could just write the quick code above, thanks anyway.
Sorry, you need to Log In to post a reply to this thread.