mob
NPC
icon='person.dmi'
icon_state="cleric_m"
density=1
DblClick()
set src in oview(1)
usr<<"<b><font size=1>Hey there, heres 50 gold."
usr.gold+=50
also i was wonderin how to make him give u an item.. like
mob
NPC
icon='person.dmi'
icon_state="cleric_m"
density=1
DblClick()
set src in oview(1)
usr<<"<b><font size=1>Hey there, heres 50 gold."
usr.gold+=50
//i know it goes here somewhere.. but i dont know hat to put...
Or you could give it to the player's mob.
OR, you could only give it to the player if they have no gold- deny them if they are already loaded.
The item thing. Look up usr/src.contents.