![]() |
Death Menu - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Submissions (/Forum-Script-Submissions) +--- Thread: Death Menu (/Thread-Death-Menu) |
RE: Death Menu - Mordaunt - 07-25-2013 10:21 AM Do .show events on your player or .xshow events if you are looking at another play with a GM. Make sure the event is on them, it is worthwhile noting that events listed on the EventsPlayer= line in the sphere.ini in my experience tend not to show up. No idea why. If the event is still not working or doesn't show ingame try adding the death menu event to the player manually ingame .xevents +e_death_menu and check it is there. Then kill the player. What I actually just noticed, because I tend to just move the triggers under an all player event I have, is that i never actually added an event names e_death_menu. If you are adding the event paste this code into the death menu script. If you are putting it under an all player event make sure you copy both triggers. Code: [EVENTS e_death_menu] I have now made sure that the actual event appears in the script. |