Jump to content

1klans2

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. integer card;list cardlist=[];default{ state_entry() { llListen(0,"",llGetKey(),""); } touch_start(integer total_number) { card=llRound(llFrand(49)); llSay(0,(string)card); } listen(integer asd,string sdf,key id,string df) { cardlist+[df]; if(df=llListFindList([df],cardlist)); { llSay(0,(string)llRound(llFrand(49))); } }} it send me error D:
  2. i wanna know, i wanna make an integer that says random integers and register them in an list and dont let registers 2 numbers again, and if is possible a kind of function that if a list have an number of integers do something, i wait someone can understand me c:
  3. i wanna know, i wanna make an integer that says random integers and register them in an list and dont let registers 2 numbers again, and if is possible a kind of function that if a list have an number of integers do something, i wait someone can understand me c:
×
×
  • Create New...