Page 1 of 1

Respawning a ODF *Fixed*

Posted: Mon Sep 11, 2006 4:55 pm
by Vyse
I've been looking every and I can't find that line in the ODF that is the amount of time or even the line to have your prop come back after it's been destoryed.


By big_rich

MaxHealth = "2000.0"
RespawnTime = "999999.9"

RE: Respawning a ODF (Destructable Prop)

Posted: Mon Sep 11, 2006 4:57 pm
by Rekubot
I guess you could use the AddHealth function to make it respawn after a while. Otherwise I've never heard of such a thing.

Posted: Mon Sep 11, 2006 5:10 pm
by Big_rich
MaxHealth = "2000.0"
RespawnTime = "999999.9"

Posted: Mon Sep 11, 2006 5:23 pm
by Vyse
Big_rich wrote:MaxHealth = "2000.0"
RespawnTime = "999999.9"
Thanks!