|
Pradeep Planer
Registered User
Join date: 23 Jul 2007
Posts: 1
|
11-29-2007 03:27
Hi guys,
Do any of you people know if i can be logged out automatically after the first logout sim restart warning has been issued?
Also is there any way to know if my sims is alive or dead using a simple script or HUD
if any one know please send me how??
thanks and regards
|
|
Bobbyb30 Zohari
SL Mentor Coach
Join date: 11 Nov 2006
Posts: 466
|
11-29-2007 03:59
From: Pradeep Planer Hi guys, Do any of you people know if i can be logged out automatically after the first logout sim restart warning has been issued? Also is there any way to know if my sims is alive or dead using a simple script or HUD if any one know please send me how?? thanks and regards As for logging you out, a script can't do that. As for a simple hud, that's very possible.
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-29-2007 04:10
I don't see any way that you could force a logout via script, I'm not even sure the rolling restart warning goes into general chat (where an object would hear it)
as for checking sim health, there are lots of scripts for that.... I believe they use llGetParcelFlags and the global position of the sim, or relay objects..
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
|
11-29-2007 04:54
Logging yourself out with a script was possible yesterday... may have become impossible as of yesterday {: http://wiki.secondlife.com/wiki/Lslsimcaps
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-29-2007 05:01
wish I could read that.... can't connect to the LL wiki all day long.... and I was in a mood to edit
EDIT: funny that would be my post #911, "hi my emergency is the F'n wiki is offline for me"
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Wicc Cunningham
Registered User
Join date: 25 Jun 2004
Posts: 52
|
11-29-2007 06:23
Something else you might look at is AutoIt ( http://www.autoitscript.com/autoit3/). It could most likely be used to do what you are looking for. AutoIt is a scripting language to use with windows to automate various tasks or to even create complete programs. Of course I'm assuming you are using windows.
|
|
Pavcules Superior
Registered User
Join date: 30 Oct 2006
Posts: 69
|
11-29-2007 06:32
There is a way to do via my SLEK program, although you have to buy the product. You could set it up to detect if a certain message is mentioned in Chat, then it could trigger a key to close down the SL viewer. This is assuming that the Restart Warning message is shown in chat as well. The program only works for Windows, and you can find it here: http://www.slexchange.com/modules.php?name=Marketplace&file=item&ItemID=340255
|