SphereCommunity

Full Version: How Do I Setup A Test To Check If Player Is Dead/a Ghost?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.???> =???
Code:
IF (<SRC.FLAGS>&02)
UO use flags to define player's status, flags 02 means dead. Check the bit to check while the player is a ghost.
Reference URL's