|
Grigoriy Petrov
Registered User
Join date: 23 Feb 2007
Posts: 3
|
02-27-2007 22:50
Hi,
I'm interested in doing a checksum for a given script, is this even possible? Like I would like to obtain a handle/descriptor/whatever to the currently running script and then read it in and do a checksum on it, but I'm not sure it is possible as there is no defined method that I can see for doing it, and every little hack I can think of hasn't worked.
Second, is there any way to dynamically generate a notecard or any type of object in an inventory, ideally a notecard because I'd like to grab information from a website periodically and update a notecard in my inventory, but again there is no defined method that i can see for doing this, and all of the hacks I can think of do not work.
Thanks.
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
02-28-2007 00:16
None of that is possible, sorry.
|
|
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
|
03-08-2007 11:23
1)Why checksum? security? - just make your script no-mod. 2)You can include a weblink in the notecard.
|
|
Kalel Venkman
Citizen
Join date: 10 Mar 2006
Posts: 587
|
03-08-2007 12:20
Because the only textual information a script can read is either an inventory name or description, or a notecard. And secondly, it is impossible to create a notecard via LSL under any circumstances, nor can you write to a notecard in any way. Notecards are human creatable and writable, but not script creatable and writable.
|