Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Note Carding Scripts for total idiot!!!

Peaches Ugajin
Registered User
Join date: 20 Jul 2008
Posts: 7
11-01-2009 09:45
OMG! Could the wiki be more confusing for me .....? I'm sure it can o.O? Please tell me there is someone with a website with both script and note card tutorial. (the waka Tech wasnt helpful since i coded the note card differently. EXAMPLE:

the script in completion works perfectly now just trying to implament the notecard

(top of the script (in part concerning the part of the script im trying to note card):
string sNoteCardName = "config";
string sThankYouMessage;
key kThankYouMessageData;


if( requested == kThankYouMessageData)

{

sThankYouMessage = data;
data = llStringTrim(data, STRING_TRIM);
iLineNumber = 0;
kThankYouMessageData = llGetNotecardLine(sNoteCardName,iLineNumber);
return;

}

the very top of the notecard reads:
Thank you!


ps. please dont tell me what im doing wrong .... i wont learn that way! thank you for all your help with this.
Zaine Swords
Registered User
Join date: 26 Nov 2008
Posts: 47
11-01-2009 10:42
here is a website that was helpful to me. it might be of some help to you aswell..
http://www.wakatech.com/articles/lsl-scripting-basics/configuring-lsl-scripts-using-a-notecard/
hope it helps out.
Pete Littlebird
Registered User
Join date: 30 Sep 2009
Posts: 44
11-01-2009 12:50
http://wiki.secondlife.com/wiki/LlGetNotecardLine