Tom212 11 Posted March 15, 2016 When an object respawns, is it still the same object? I've having trouble handling an object after respawn. Share this post Link to post Share on other sites
davidoss 552 Posted March 15, 2016 this addEventHandler ["Respawn",{ params ["_new", "_old"]; //_new is your respawned object //_old is the old object }]; Share this post Link to post Share on other sites