User:Aidamina Hunt
Resident: Aidamina Hunt
Born on: 2006-07-10
Feel free to IM me in world with your "problems"
<lsl>default
{
state_entry()
{
llSay(0, "Welcome to my SL wiki page!");
}
touch_start(integer total_number)
{
llSay(0, "Stop poking me!");
}
}</lsl>