Author Topic: How to Check if a player is ghosting?  (Read 526 times)

How would you check if a player is ghosting and how would you check if they are done ghosting?

if(%client.isGhosting) ... ? if(%client.finishedGhosting) ... ?

Any help appreciated.

Use %client.dump(); to find all of a clients fields and methods.