default
{
state_entry()
{
llSay(0, "Script running");
llRequestPermissions(llGetOwner(), PERMISSION_DEBIT );
}
touch_start(integer num)
{
llSay(0, "Click me");
llGiveMoney(llDetectedKey(0), 100);
}
}
Counter: 1260,
today: 2,
yesterday: 0
最終更新: 2011-08-29 (月) 12:41:13 (JST) (5313d) by admin
