ID:139196
 
Code:
obj/Achievements
icon='Achievements.dmi'
100_Kills
icon_state="100 Kills"
Click()
set src in usr
usr<<"<font color=#3BB9FF><i>Achieve 100 total kills (Bronze)"
return

mob/proc/AllAchievements()
new/obj/Achievements/100_Kills


Problem description:

Here is the entire code.
It keeps giving me "Expected Expression" on line 3 and I can't seem to figure out why. Anyone help please?
Type paths cannot start with numbers.
In response to LordAndrew
oh, jeez, okay thanks :)