Switch to edit mode.
Name(s): c*ards1: if (!(gs = this:gs(player)))
2: return player:tell("But you're not playing!")
3: elseif (gs[4] == {})
4: return player:tell("Type \"deal\" to deal some cards.")
5: endif
6: dc = gs[4]
7: "player:tell(\"Dealer's Cards: ??? and \", this.cards[dc[2]]);"
8: this:showg(1)
9: "Last modified by James (#6397) on Sun Jul 18 21:00:51 1999 MDT."