Here's the PB Code for each script.
Initialization:
;Artificial Intelligence Script
;Header
desc = Nacht der Untoten zombie system by Gencheff
;Triggers
:state=0:dimvar=money,addvar=money 500,dimvar=killcount,addvar=killcount 0
:state=1,varequal=killcount 4:hudtext=Wave : II
:state=1,varequal=killcount 11:hudtext=Wave : III
:state=1,varequal=killcount 20:hudtext=Wave : IV
:state=1,varequal=killcount 35:hudtext=Wave : V
Monetary System (Numeric HUD Display):
desc = Numeric Money Display
:state=0:hudreset,hudx=85,hudy=8,hudsizex=16,hudsizey=16,hudimage=gamecore\huds\numeric1.tga,hudname=moneyhud,hudtype=6,huduservar=money,hudmake=numeric,state=1
And I will not post the zombie destroy script, but here's a script I use to buy weapons. Hud text won't display for me for some odd readon. Maybe it'll work elsewhere:
;Artificial Intelligence Script
;Header
desc = Weapon Pickup
;Triggers
:state=11:hudreset,hudx=50,hudy=90,hudsize=30,hudtext=Press 'F' to buy M40A3,hudname=coltprompt1,hudhide=1,hudmake=display,state=0
:state=11:hudreset,hudx=50,hudy=90,hudsize=30,hudtext=You cannot afford this M40A3,hudname=coltprompt2,hudhide=1,hudmake=display,state=0
:state=0,vargreater=money 500:state=10
:state=0,varless=money 500,plrdistwithin=40:hudshow=coltprompt2
:state=10,plrdistwithin=40:hudshow=coltprompt1
:state=10,plrdistwithin=40,scancodekeypressed=33:subvar=money 500,state=1,playertake,coloff,rundecal=-1,plrsound=audiobank\items\pickupweapon.wav,hudshow=weaponprompt,hudfadeout=weaponprompt
;End of Script
And I'm feeling REAL GIVE-Y, so I'm going to give out my prototype code for PB that adds ammo (50 rounds) to their ammo pile for $800.
;Artificial Intelligence Script
;Header
desc = Weapon Pickup
;Triggers
:state=0,vargreater=money 800:state=10
:state=0,varless=money 800,plrdistwithin=40:hudsize=18,hudtext=You don't have enough money. Cost - 750
:state=10,plrdistwithin=40:hudsize=18,hudx=50,hudy=70,hudtext=Cost - 800 - Press [F] to buy 50 rounds of ammo"
:state=10,plrdistwithin=40,scancodekeypressed=33:subvar=money 750,addvar=$A 100,state=1
Those are the PB scripts. I hope somebody makes use of them.
Why does life suck the life out of you?