ID:166148
 
I think i know how to do this but just to make sure.

How would give someone a skill after they reach a certain level?

where you check their levelup...
if(src.level==500)src.verbs+=/mob/skills/verb/OMGBEAM
mob/skills/verb/OMGBEAM()
world<<"BOOOM!"


Please read the DM guide next time, it's a very good tutorial, then you can ask questions about "How do I do (SUBJECT), I have read the DM GUIDE, and my code is (INSERT CODE IN DM TAGS)"

http://www.byond.com/docs/guide/
In response to Flame Sage
wouldnt you need a proc so they wouldnt get the skill before lvl 500?
In response to Xx7W1S73DxX
You would have to program in a proc that checks their experience, and increase their level.

Read the DM Guide for that