Difference between revisions of "User:Aidamina Hunt"

From Second Life Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Resident: Aidamina Hunt
{{SL-hCard/2.0
|image=Aidamina_SL_001.jpeg
|width=340px
|image_width=320px
|rezday=Mon 10th Jul 2006
|about=
Mhmmm...<br/>
What do we put here?
|fields=
{{SL-hCard/field|Links|
* [http://aidamina.org My Website]
* [http://aidamina.blogspot.com My Blog]}}
}}


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]
[http://www.aidamina.org Website] (Work in Progress)
<lsl>default
{
state_entry()
{
llSay(0, "Welcome to my SL wiki page!");
}
touch_start(integer total_number)
{
llSay(0, "Stop poking me!");
}
}</lsl>





Latest revision as of 07:37, 17 April 2008

Profile
Aidamina SL 001.jpeg
Born:
Mon 10th Jul 2006
About:
Mhmmm...
What do we put here?
Links:

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

My Profile

Website (Work in Progress)

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