Help with <LINK> on a Death System - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Help with <LINK> on a Death System (/Thread-Help-with-LINK-on-a-Death-System) |
Help with <LINK> on a Death System - gergecoelho - 08-03-2019 09:56 AM Hello everyone! Can someone help in telling me what am I doing wrong in the following event system? My objective is to have the character be teleported to an "Unconscious Room" while dead, then be teleported back to where they were reduced to 0 hit points. However, I had to change it a bit when I remembered that someone could drag a corpse from the location it was reduced to 0 in (via a .drag command I've made available), so the ghost would resurrect without the body. I'm having trouble using the LINK to find where the body is being moved to. Code: [EVENTS e_death_system] RE: Help with <LINK> on a Death System - gergecoelho - 08-05-2019 10:19 AM Think I've cracked this one out. Code: [EVENTS e_death_system] RE: Help with <LINK> on a Death System - Coruja - 08-06-2019 11:31 AM @Death is called when the char still alive and ready to die, so there's no corpse created yet To get the corpse ref you must use ARGO on @DeathCorpse, which is called when the char is already dead and the corpse is already created |