Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Beginner Q-note script

Dafydd Beresford
Registered User
Join date: 30 Apr 2008
Posts: 5
11-09-2008 23:03
Can you tell me what is wrong with the note script below, please?

default
{
touch_start(integer total_number)
{
11GiveInventory(11DetectedKey(0), "Welcome";);
}
}

I get a syntax error at 11GiveInventory

It looks OK to me.

Is it the fonts I use on my Mac (Times New Roman)???

Thank you so much.
Dafydd.
Drongle McMahon
Older than he looks
Join date: 22 Jun 2007
Posts: 494
11-10-2008 00:08
Should be "llGiveInventory" not "11GiveInventory" - lower case L, not numeral 1.
Dafydd Beresford
Registered User
Join date: 30 Apr 2008
Posts: 5
11-10-2008 05:08
Got it - thank you very much.