mob
NPC
Quest1
icon='QuestPeople.dmi'
name="Bob"
New()
..()
for(var/mob/m in world)
if(!m.quest1&&m.client)
var/obj/questmark/l=new /obj/questmark
var/image/i=image(l,src)
m<<i
proc/endquest(mob/M)
for(var/i in M.client.images)del(i)
Problem description:
I didn't bother testing out the help that Mysame gave me till now, and it doesn't work. Anybody know what the problem is?