User:Aidamina Hunt
Revision as of 06:36, 11 April 2008 by Aidamina Hunt (talk | contribs)
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>