![]() |
How Do I Setup A Test To Check If Player Is Dead/a Ghost? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions) +--- Forum: Sphere 51a Help (/Forum-Sphere-51a-Help) +--- Thread: How Do I Setup A Test To Check If Player Is Dead/a Ghost? (/Thread-How-Do-I-Setup-A-Test-To-Check-If-Player-Is-Dead-a-Ghost) |
How Do I Setup A Test To Check If Player Is Dead/a Ghost? - Admin Drew - 06-29-2013 01:48 PM Ok was gonna try this to see if I can get another item on mine working. What are the attr of flags for a dead player ghost.. Want to setup a test to check if the player is a ghost pls hlp fill in the blanks ... IF (<SRC.???> =??? RE: How Do I Setup A Test To Check If Player Is Dead/a Ghost? - Mulambo - 06-29-2013 05:42 PM Code: IF (<SRC.FLAGS>&02) RE: How Do I Setup A Test To Check If Player Is Dead/a Ghost? - uo520 - 06-29-2013 07:15 PM UO use flags to define player's status, flags 02 means dead. Check the bit to check while the player is a ghost. |