4
Fork 0

Disabled hotkey bindings in _00E_FS_NQ02_Functions - not doing anything

development
Eddoursul 2 months ago
parent 7073fffd70
commit 4b2c781034
  1. BIN
      scripts/_00e_fs_nq02_functions.pex
  2. 4
      source/scripts/_00e_fs_nq02_functions.psc

@ -955,8 +955,8 @@ int Function Step01() ; place your bet
GlobalBet = OpponentBet + PlayerBet
_00E_FS_NQ02_PC_BetMessage.Show(PlayerBet, OpponentBet, GlobalBet)
EnemyPurse.EnableNoWait(true)
RegisterForKey(14) ; not doing anything?
RegisterForKey(271)
;RegisterForKey(14) ; not doing anything
;RegisterForKey(271)
Step02()
Return PlayerBet
EndFunction

Loading…
Cancel
Save