ID:140622
 
Code:
    Doctor
name = "{NPC}Doctor"
icon='NPCs.dmi'
icon_state="Doctor"
npc = 1
verb/Talk()
set src in oview(1)
if(usr.skalert("Hey, are you alright?","Doctor",list("Yeah."))=="Yeah.")
switch(usr.skalert("Alright, Just checking.","Doctor",\
list("Alright, Thanks.","Umm, so, where do I start?")))
if("Alright, Thanks")
usr.skalert("Come back anytime.","Doctor")
if("Umm, so, where do I start?")
usr.skalert("Well, that's quite simple, really. Here's an in-game guide. To become a Sado or Inoue-Type human, you must reach atleast level 50, and an option -may- appear. Other than that, you have no luck with it. To become a Shinigami, reach -atleast- level One Hundred and find the Captain Commander or a Captain or a Lieutenant of the Thirteen Squads to make you into one. To become a Hollow, be devoured by a hollow (NOT AN NPC.) Or the First Hollow of the server. To become a Quincy, Roleplay with the Quincy Elder. You must Roleplay for Shinigami, or any race, for that matter. To become a Bounto, Roleplay with the Bounto Leader. To become an Arrancar, Roleplay with the Aizen Figure. That's all for now, later!","Doctor")


Problem description:
The alert goes to the box where the command "Yeah." is, and once Yeah is clicked, it doesn't do anything. Any help here?

Because they don't match.
Maybe something is wrong with your 'skalert' proc?