I think it owuld be like this
Code:
mob/Astro
verb
MakeEspada(mob/M in world)
set name="Make Espada"
set category="Espada"
switch(input("Which Espada # would you like to give?", text) in list ("1", "2"))
if("1")
M.number="Espada #1"
espadanum = 1
M<<"<b>You are now an Espada your number is 1!!"
M.race = "Espada"
M.verbs += /mob/espada/verb/Make_Fraccion
M.rank = "Weak Espada"
if("2")
M.number="Espada #2"
espadanum = 1
M<<"<b>You are now an Espada your number is 2!!"
M.race = "Espada"
M.verbs += /mob/espada/verb/Make_Fraccion
M.rank = "Weak Espada"
Then it would be somthing like this
mob
verb
Espada Who
but after this, idk what to put b/c if its
if(src.espadanum=1)
Help :(
http://www.byond.com/docs/ref/info.html#/list/proc