obj
jetsu
Sexy_nin_jetsu
name = "woot"
icon = 'kisame.dmi'
icon_state = "boom"
Sexy_nin_jetsu2
name = "woot"
icon = 'kisame.dmi'
icon_state = "boom"
mob
var
attacks
Stat()
statpanel("Attacks")
src.attacks = typesof(/obj/jetsu)
for(var/obj/T in src.attacks)
stat(,T)
Problem description: It doesn't find any of the objects on the list -.- any help
Thanks in advance
Of course, if you just want to display all of the objects in a list, you can use stat(listname). It'd probably have to be typecasted under /list though.