|
you can use the following
Code:
:club: or :c:
:heart: or :h:
:spade: or :s:
:diamond: or :d:
These make .
You can also name a specific card, such as the king of diamonds by doing..
which makes 
You need to be careful with tens. The converter wont recognize
:10d: but WILL recognize
Code:
:td: :ts: :tc: :th:
So, heres the code for how I would redo your hand. Note that all I did was add colons in front of and behind each card.
Code:
** Dealing down cards **
Dealt to taiko123 [ :6c:, :6h: ]
Labarde folds
FunkWing folds
Swingfree folds
t0m_p calls (0.50)
Katzengi folds
jameric folds
taiko123 raises (2) to 2
juice286 folds
FogDevil666 folds
t0m_p calls (1.50)
** Dealing Flop ** : [ :Qc:, :5s:, :Kh: ]
t0m_p bets (0.50)
taiko123 raises (3) to 3
t0m_p calls (2.50)
** Dealing Turn ** : [ :7d: ]
t0m_p checks
taiko123 bets (6)
t0m_p calls (6)
** Dealing River ** : [ :Ac: ]
t0m_p checks
taiko123 bets (12.50)
t0m_p folds
This will make it look like this...
** Dealing down cards **
Dealt to taiko123 [ , ]
Labarde folds
FunkWing folds
Swingfree folds
t0m_p calls (0.50)
Katzengi folds
jameric folds
taiko123 raises (2) to 2
juice286 folds
FogDevil666 folds
t0m_p calls (1.50)
** Dealing Flop ** : [ :Qc:, , :Kh: ]
t0m_p bets (0.50)
taiko123 raises (3) to 3
t0m_p calls (2.50)
** Dealing Turn ** : [ ]
t0m_p checks
taiko123 bets (6)
t0m_p calls (6)
** Dealing River ** : [ :Ac: ]
t0m_p checks
taiko123 bets (12.50)
t0m_p folds
You can, and should generally, convert the hands using a converter. But those codes are good to know and really do come in handy.
|