Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Sending data from my database to a lsl-script

Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
01-06-2007 06:01
hi everybody.

after i sent data via llhttprequest from sl to my sq-db, i analyse these data. the result is, that some residents earned money.

how can i automate that those residents get paid, without me doing this manually? i guess i have to run a lsl-script in sl that receives data from my db, right?


thx so much
Woopsy Dazy
Registered User
Join date: 12 Nov 2006
Posts: 173
01-06-2007 07:27
If you have their keys you could use: Just be careful not give over and over again. Maybe manual transactions are safer.

llGiveMoney(key destination, integer amount)

Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
01-06-2007 08:05
then it makes more sense to save their key id in another script, and not in a database.....
what do you think?