A small change of unknown purpose
This commit is contained in:
parent
0da955e9a7
commit
18e50d0f4f
1 changed files with 7 additions and 7 deletions
|
@ -55,7 +55,7 @@ default
|
||||||
llSetLinkColor(LINK_ROOT,<0.2,0.2,0.2>,0);
|
llSetLinkColor(LINK_ROOT,<0.2,0.2,0.2>,0);
|
||||||
|
|
||||||
g_sPath = "/num_req";
|
g_sPath = "/num_req";
|
||||||
llDialog(llGetOwner(), "[Playing Card]\n\nHow many cards do you want to require the player to draw?", ["1","2", "3","4","5","6","7","8","9","10"], g_iChan);
|
llDialog(llGetOwner(), "[Playing Card]\n\nHow many cards do you want to require the player to draw?", ["1","2", "3", "4"], g_iChan);
|
||||||
}
|
}
|
||||||
} else if(g_sPath == "/text"){
|
} else if(g_sPath == "/text"){
|
||||||
llMessageLinked(LINK_SET,0,m,"fw_data : card_text");
|
llMessageLinked(LINK_SET,0,m,"fw_data : card_text");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue