DelayCommand(9.5, DestroyObject(GetObjectByTag("NPC_TAG", 0), 0.0, 0, 0.0, 0)); 9.5 is 9 and a half seconds, thus if you want it to be 15 seconds, you would change it to look like this: DelayCommand(15.0, DestroyObject(GetObjectByTag(&qu...
[Read More]