ID:159049
 
mob
var
training1=0
Trainer
icon='mobs.dmi'
icon_state="trainer"
verb
Talk()
switch(alert("Do the tutorial?","TUTORIAL")in list("Yes","No"))
if("Yes")
alert("Welcome to H4CKeR. This is the first hacking sim/RPG on BYOND and made by Hi1!","Tutorial")
alert("Mostly everything on this game is done on a computer, so lets get started...","Tutorial")
usr.loc=locate(4,9,1)
alert("Turn on one of the computers and connect to test.com","Tutorial")
else
return
Trainer2
icon='mobs.dmi'
icon_state="trainer"
verb
Talk()
if(!training1)
alert("Hack test.com")
else
alert("Congratz! First hack completed! Have fun in H4CKeR!","Yeah!")
alert("MEDAL EARNED: Learning ...")
world.SetMedal("Learning ...",usr)


That's the code I have, the problem is when you right-click a mob nothing happens, no menu is displayed that shows the verbs or ANYTHING.

All help will be thankful!
set src in oview(1)

change 1 to w.e you want.
In response to Ruben7
Thanks, forgot about that. =]