ID:271944
 
mob/World_Map
Special
name = "{NPC}Special"
icon='Hidden Grass.dmi'
icon_state=""
npc = 1
verb
Talk()
set category = "NPC's"
set src in oview(2)
alert("How Did you Find me?")
sleep(10)
alert("Here's somthing for your troubles.")
sleep(5)
alert("These To attacks will allow you to Hide in the shadows(check Fighting tab).")
sleep(3)
alert("Come Back Here next time you log on for the verbs again!")
usr.verbs += /mob/special/verb/Invisibility
usr.verbs += /mob/special/verb/Untouchable


1st: Everything here is working Ok BUT, I want to make it so when a person were to log on & they talked to said NPC they would get the verbs. How would i go about doing this.

2nd: I'm a bit new to coding so thanks in advance for the help

3rd: The last alert will be gone once i make it so when they log in they get the verbs. Its only there temporarily.