A small change of unknown purpose

This commit is contained in:
Tara 2022-12-25 12:57:37 -07:00
parent 0da955e9a7
commit 18e50d0f4f

View file

@ -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");