@verb #7011:"pick* a" this out of/from inside/from this rdo #9362 @program #7011:"pick* a" this out of/from inside/from this pcard1 = this.cards[random($)] this.cards = setremove(this.cards, pcard1) pcard2 = this.cards[random($)] this.cards = setremove(this.cards, pcard2) dcard1 = this.cards[random($)] this.cards = setremove(this.cards, dcard1) dcard2 = this.cards[random($)] this.cards = setremove(this.cards, dcard2) pcards = {pcard1, pcard2} dcards = {pcard1, pcard2} player:tell("You have the ", pcard1[1], " of ", pcard1[2], " and the ", pcard2[1], " of ", pcard2[2], ".") player:tell("The dealer has the ", dcard1[1], " of ", dcard1[2], " and the ", dcard2[1], " of ", dcard2[2], ".") "Last modified by Jescor (#9362) on Wed Mar 23 18:22:00 2005 MST." .