obj
portal_one
name = "Corpse"
icon_state = "Deadbody1"
verb/Examine()
set src in view(1)
usr.loc = locate(/obj/portal_two)
usr << "You stoop to examine the body."
portal_two
name = "Corpse"
icon_state = "Deadbody1"
verb/Examine()
set src in view(1)
usr.loc = locate(/obj/portal_one)
usr << "You stand back up."
Problem description:
Hello! So basically, the problem I'm having is every time I "Examine" the corpse, I'm teleported to the second location but my icon disappears and I'm unable to move. This puzzles me, as I don't try to change the players icon in anyway, nor do I try to stop their movement.
Any help would be appreciated!