Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Notecards and Timer question

Mad Wombat
Six Stringz Owner
Join date: 21 Jan 2006
Posts: 373
03-19-2006 12:59
Is there any way to tell the script to edit a notecard? And is the timer affected by a server restart?
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
03-19-2006 13:12
No, scripts can only read (they want to avoid letting scripts generate assets - for obvious reasons).

And yes, timers are affected by server restarts.
_____________________
Mad Wombat
Six Stringz Owner
Join date: 21 Jan 2006
Posts: 373
03-19-2006 14:27
:( how do I script it so it will call an event on a certain day and a certain time? Using a timer which is calling the script every 7 days isn't very reliable.
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
03-19-2006 14:35
From: Mad Wombat
:( how do I script it so it will call an event on a certain day and a certain time? Using a timer which is calling the script every 7 days isn't very reliable.
That's a serious pain, one I've had to deal with.

But you can some of the time library calls in combination with a timer to check target time against current time.
_____________________