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.