ob/proc
Gatherbuilds()
for(var/A in buildables)
contents+=A
obj/buildable
ash
icon='Ash1.dmi'
_2
icon='Ash2.dmi'
_3
icon='Ash3.dmi'
mob/Login()
var/logString = "<B>[time2text(world.realtime)]</B>: <BR>"
src.onlogin=1
src.One()
src.CheckStats()
src.Gatherbuilds()
statpanel("Building")
for(var/obj/buildable/A in contents)
stat(A)
Problem description:
Am i missing something?
I am trying to basically call all the objs under /obj/buildables to appear into a statpanel tab.
Everything I've tried so far has been giving me a blank/empty tab, or would appear as just saying buildable instead of showing the actual objects in buildables.