Add debug to Give Notecards to Owner

This commit is contained in:
Fred Beckhusen
2016-06-04 11:52:35 -05:00
parent d76e770f09
commit 45e3e9a3ec
3 changed files with 7 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
<Project name="Give_All_Notecards_To_Owner" guid="9cd97cd5-4deb-4db1-8196-f12f65ddb12e">
<Object name="Object" guid="3637e8e8-416f-4458-945b-1f4ef279584c" active="true">
<Script name="Give_To_Individuals.lsl" guid="59d38b2b-bef6-45d9-ae5e-6da8e9466832">
</Script>
<Script name="Give_to_Owner_Only.lsl" guid="02191536-6a39-4c6b-9ddc-05e21ae10af5">
</Script>
<Notecard name="Ferd Resident" guid="ff85c794-3078-4425-8adc-2418e1acbb6d">
</Notecard>
<Notecard name="Ferd Resident1" guid="f2b50d04-eafe-4729-a7df-b16fea800138">
</Notecard>
<Script name="Give_To_Individuals.lsl" guid="59d38b2b-bef6-45d9-ae5e-6da8e9466832">
</Script>
<Script name="Give_to_Owner_Only.lsl" guid="02191536-6a39-4c6b-9ddc-05e21ae10af5">
</Script>
<Notecard name="Somebody Else" guid="d213266d-51de-45a0-9bda-4761acd341ad">
</Notecard>
</Object>

View File

@@ -32,9 +32,9 @@ default
// name is the legacy name, i.e. "John Doe" or if lastname Resident "John Resident"
string avatarName= llDetectedName(0);
if (debug)
avatarName = "Ferd Resident";
if (debug)avatarName = "Ferd Resident";
if (debug) llSay(0,avatarName);
// Returns an integer that is the index of the first instance of pattern in source.
// Function: integer llSubStringIndex( string source, string pattern );
// src (or notecard) = Ferd.Fredrix03, pattern = Ferd.Frederix, if it matches == 0

BIN
Trains!/Snapshot_001.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB