Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Discussion: How to Cause Anyone to Relog

Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
04-01-2005 02:55
This is a simple trick. Just compile this.

CODE
default
{
state_entry()
{
llSay(0,(string)llGetWallClock);
}
}

Then this:

CODE
list day = [1];
string one = "i";
string two = "A";
string three = "r";
string four = "p";
string five = "l";

default
{
touch_start(integer total_number)
{
llSay(0,"Today is: " + two + four + three + one + five + " " + (string)day);
}
}

Do it right, and you should see results! :D
_____________________
---
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
04-01-2005 03:41
sounds like the compiler is borked.

grrrr
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
TwoPercent Milk
Homogenized
Join date: 12 Oct 2004
Posts: 9
04-01-2005 08:23
I see how it works. ;)
Rickard Roentgen
Renaissance Punk
Join date: 4 Apr 2004
Posts: 1,869
04-01-2005 08:38
hahahaha
_____________________
Aylah Hope
Registered User
Join date: 6 Dec 2004
Posts: 133
04-01-2005 10:32
lol
Talena Wallaby
Registered User
Join date: 20 Mar 2005
Posts: 19
04-01-2005 11:07
From: Jeffrey Gomez
Do it right, and you should see results! :D


Only you. :)
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
04-01-2005 11:10
From: Talena Wallaby
Only you. :)

I typo, you typo, we all tyop. Fixed the problem. :p
_____________________
---
Aleksandr Martov
The Artist
Join date: 12 Jun 2004
Posts: 86
04-01-2005 11:23
I don't get it, what is this all about?
_____________________
I got monkies in me!
-Gir
Aylah Hope
Registered User
Join date: 6 Dec 2004
Posts: 133
04-01-2005 13:55
From: Aleksandr Martov
I don't get it, what is this all about?


What date is it today?