mob/Fighter
Death(mob/Killer)
spawn(2)
if(ismob(Killer) && Killer.key)
world.SetMedal("Whole New Level", Killer)
Problem description:The problem is that it says error:world.SetMedal:undefined proc. and i wasnt sure if the proc was a built in one or if i have to create a proc for it