ID:141389
 
Code:
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

Make sure you're running the latest version of BYOND.
In response to Jeff8500
So i would have to download the latest version?
In response to Jason1992
Yes, and if that doesn't work, try a full install.
In response to Jeff8500
thans fore the help its all good now