How do i make like a skill point verb to use on any of the numbers i cant get it right and im so confused!
all i got was
mob
verb
Spend_Skill_Points()
switch(input(usr,"Distribute Points","[usr.Skill_Points] Points left",text) in list ("Health","Taijutsu","Chakra","Genjutsu","Ninjutsu","Stamina", "Cancel"))
if("Health")
if("Taijutsu")
if("Chakra")
if("Genjutsu")
if("Ninjutsu")
if("Stamina")
if("Cancel")
ID:271309
Apr 21 2007, 4:32 am (Edited on Apr 21 2007, 5:23 am)
|
|
Yes, it's very hard to believe you managed to create that without knowing what to do next.
mob I would personally add an input window to decide how much to increase each statistic by, but that'd require a few changes, so I'll just show you how to use the switch if checks. |
http://bwicki.byond.com/ByondBwicki.dmb?SkillPointsSystem