JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<div class="chat npc"> <div class="bubble"> Zadej ID rezervace </div> </div> <div class="chat player"> <div class="bubble"> <input id="playerID" type="text" placeholder="ID"> <button onclick="checkID()">Odeslat</button> </div> </div> <div class="chat npc" id="jsonBox" style="display:none;"> <div class="bubble"> <pre id="jsonOutput"></pre> </div> </div>
DATA ZE SERVERU: ID: << $WA_ID >> PIN:<<$WA_PIN >> HRA:<<$WA_GAME >> VOUCHER:<<$WA_VOUCH >>
<<widget "PIN-CHECK">> <<if $playerPIN is $WA_PIN>> <<goto "START-HRY">> <<else>> ❌ PIN není správný <</if>> <</widget>> <<set $WA_ID = "">> <<set $WA_PIN = "">> <<set $WA_GAME = "">> <<set $WA_VOUCH = "">>