listAdd, listRemove and listPrint

Post Reply
Caled
Posts: 403
Joined: Thu Apr 09, 2009 4:45 am

listAdd, listRemove and listPrint

Post by Caled »

Do those functions still work? I'm trying to use them but they seem to be flawed.

I've read about using tables in lua. I know how to create them and set values. All I want now though, is a list of names that I can refer to in script, and add to, remove from easily. I can't figure out how to do this.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: listAdd, listRemove and listPrint

Post by Heiko »

I've just posted an enemy highlighter package I did for Steven a couple of weeks ago. AFAIK it makes use of the addList() functions. These functions are written in Lua and defined in luaGlobal.lua.

Post Reply