From ce20415857cbb448326a6be4ab852b24d0bd9330 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Thu, 3 Nov 2022 20:01:59 -0300 Subject: Update gameobject.md (#832) --- docs/gameobject.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/gameobject.md b/docs/gameobject.md index e2ff9f6..98b2e9d 100644 --- a/docs/gameobject.md +++ b/docs/gameobject.md @@ -121,6 +121,8 @@ The orientation. (North = 0, South = 3.14159) Time in seconds for this object to respawn. +Using 0 will result in the object not despawning on use. + Using a negative value will result in the object starting out by being "despawned" until a script will spawn it. It will then despawn after the amount of time specified here has passed. ### animprogress -- cgit