Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Draws every 1 day and such.

Kane Kent
Registered User
Join date: 2 Jan 2005
Posts: 185
12-11-2005 10:02
I seen people with boards all you do is click it you enter a draw I wanted to know where get one or what its called I got no clue so I don't know what to search for ;)

Also I want one does same thing but its for items. people all click and lets say at 10PM L time randomly picks a winner.
_____________________
Barrie, Ontario, Canada!
Check Out my Blog!
http://kanehart.com
Make Comments :)
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
12-26-2005 15:29
A Raffle Script? I'd search the forums for "raffle script" to see what comes up - seems to be a common question.


Also, some additional reading based on your criteria:

* touch_start event - for touch-based script commands

* money event - triggered when object is paid.

* llSetTimerEvent and timer event - the first sets a timer that gets called in the timer event.

* llGetWallClock - for finding the current time

* llGiveMoney - for giving the winning raffle amount

* llFrand and lists - for the actual raffling.

* llRequestPermissions and run_time_permissions event - for allowing the object to take money from the owner's account. llGiveMoney will not work without it
_____________________
---