Difference between revisions of "User:Aidamina Hunt"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:


Born on: 2006-07-10
Born on: 2006-07-10
Feel free to IM me in world with your "problems"


[http://world.secondlife.com/resident/345fac61-fd2c-4ca1-b686-0d1205ca6f34 My Profile]
[http://world.secondlife.com/resident/345fac61-fd2c-4ca1-b686-0d1205ca6f34 My Profile]


[[Image:Aidamina_SL_001.jpeg]]
[[Image:Aidamina_SL_001.jpeg]]
<lsl>default
{
state_entry()
{
llSay(0, "Welcome to my SL wiki page!");
}
touch_start(integer total_number)
{
llSay(0, "Stop poking me!");
}
}</lsl>


{{visl
{{visl

Revision as of 07:36, 11 April 2008

Resident: Aidamina Hunt

Born on: 2006-07-10

Feel free to IM me in world with your "problems"

My Profile

Aidamina SL 001.jpeg


<lsl>default { state_entry() { llSay(0, "Welcome to my SL wiki page!"); } touch_start(integer total_number) { llSay(0, "Stop poking me!"); } }</lsl>