Captain_guard
icon = 'person.dmi'
icon_state = "Captain of the Guards"
verb
Talk()
set src in oview(1)
usr <<"Captain of the Guards:You must talk to your father."
Father
icon = 'person.dmi'
icon_state = "father"
verb
Talk()
set src in oview(1)
usr <<"Your Father:My Son, I feel i must leave you, You will be man of the house, Watch over your mother for me, I leave you this gold, Goodbye Son."
sleep(20)
del(src)
now i want the captain guard to be moved only after the father is deleated, how do i do that?
-Doh