Search found 2 matches

by sbgamer
Tue Jul 08, 2014 10:36 pm
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 173502

Re: Geyser UI Template

I did read the information on the link, thank you for the assistance. I have it working (for the most part now). I am still trying to figure out how to update it automatically, as it is it updates if I move or if I do a quicklook. As an aside I would like to thank people like you and Vadi and demoni...
by sbgamer
Sun Jul 06, 2014 11:51 pm
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 173502

Re: Geyser UI Template

local t = {} for k,v in pairs(gmcp.Char.Items.List.items) do table.insert(t, v.name) end GUI.Box7:echo(table.concat(t, "\n")) That should iterate through the list, grab all the names, and echo them to GUI.Box7. have tried using this script (closed it so it would run) One problem I am havi...