|
Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
|
12-23-2006 05:18
Hello Everybody! First of all I have to say, that I am a total newbie in LSL. After a resident touched an object of mine, I want to store some information of him. Information that he/she has to input somewhere. How do I realize that? The information he typed needs also to be stored. Can I realize it with notecards? I have absolutely no idea  ! Thank you and merry christmas 
|
|
Foo Spark
alias Bathsheba Dorn
Join date: 8 Nov 2006
Posts: 110
|
12-23-2006 15:44
From: Tomfox Wiranata Hello Everybody! First of all I have to say, that I am a total newbie in LSL. After a resident touched an object of mine, I want to store some information of him. Information that he/she has to input somewhere. How do I realize that? The information he typed needs also to be stored. Can I realize it with notecards? I have absolutely no idea  ! Objects can't write notecards. They can store a small amount of information (256 characters or something like that) in their Description field (llSetObjectDesc). Objects can IM you (llInstantMessage), or email you (llEmail), or send data to a web page (llHTTPRequest). One of these last methods is probably the easiest way.
|
|
Tomfox Wiranata
Registered User
Join date: 20 Dec 2006
Posts: 80
|
12-24-2006 02:52
ok. then i am gonna save the information in the description field and will send the saved information via llhttprequest to my webserver. did i get this right? thanks so much for your help 
|