world
mob=/mob/NPC
mob
NPC
icon = 'brick.dmi'
icon_state = "Bob"
Login()
switch(input("What race would you like to be?","Choose a Race") in list ("Dwarf","elf"))
if("dwarf")
src<<"You Have chosen, Dwarf!"
src.loc=locate(1,2,2)
if("elf")
src<<"You Have Chosen elf!"
src.loc=locate(1,1,3)
Say, the person chose Dwarf, how would I make what comes after different than if the person had chosen elf?
Thanks in advance. :)
Well first thing first
simple error