Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Script start after rezz with a delay

Wilhelmus Korobase
Registered User
Join date: 24 Feb 2009
Posts: 1
02-07-2010 06:56
How can i make my script starting after rezz with a delay?
Beverly Ultsch
Registered User
Join date: 6 Sep 2007
Posts: 229
02-07-2010 07:17
Put a llSleep in the on_rez event

eg:

CODE

on_rez(integer start_param)
{
llSleep(60.0) //Wait for 60 seconds
}