mob/var
list/Bugs
mob/proc
BugsList()
if(!src.Bugs){src<<"No active Bug Reports!";return}
var/i
for(i in src.Bugs)
src<<"-[i]<br>"
continue
Problem description:It works fine when the list is empty, calls properly but when there is something in this list (for bug reports) it doesn't show anything at all in game. Can anyone help?
Thanks for any and all replies.