# KONTOBUCHUNG SPIELEINSATZ ABZIEHEN
if( $usrkonto < $pool && $usrbonus < $pool ){ $nopool = 1; }
elseif( $usrbonus >= $pool ){
buchungsliste ($buchungs_id,-$pool,"Arthur - BE A KING",$usrid);
bkontostand ('-',$pool,$usrid);
refumsatz ($pool,$usrid);
aktivrally($pool);
//weitere rallys hier
}
else{
# VMS BUCHUNGEN BITTE ENTSPRECHEND ANPASSEN
# DA DIESE JA NACH ADDONS ABWEICHEN KÖNNEN
buchungsliste ($buchungs_id,-$pool,"Arthur - BE A KING",$usrid);
kontobuchung ('-',$pool,$usrid);
refumsatz ($pool,$usrid);
aktivrally($pool);
//weitere rallys hier
}