ALL REQUESTED SCRIPTS WILL BE IN THIS POST.
Hurt player by one every five minutes(place in hurt zone):
;Artificial Intelligence Script
;Header
;Script Made by 2Beastmode4u
desc = Plr Hurt In Zone upon 5 minutes
;Triggers
:state=0,plrwithinzone=1:state=1,etimerstart
:state=0,activated=1:state=1,etimerstart
:state=1,etimergreater=300000:plraddhealth=-1,state=0
;End of Script
Alarm_Via_Broken Door:
Download it from my website here:
http://unleashfps.webs.com/downloads.htm
(
Note: Read the "Read Me.txt" to know how to use the scripts correctly)
Ask for a video tutorial if you still can't figure out how to use it after reading the "Read Me.txt".
Hunger Script: (This script was done by my great assistant "biohazardNL". All props go to him for this script.)[I have not tested this script]
;Artificial Intelligence Script
; by biohazardNL
desc = Simple hunger script
;Header
;Triggers
:state=0:Hudreset,hudx=80,hudy=90,Hudimagefine=gamecore\huds\green.tga,hudhide=1,hudname=no-hunger,hudmake=display,state=1
:state=0:Hudreset,hudx=80,hudy=90,Hudimagefine=gamecore\huds\yellow.tga,hudhide=1,hudname=abit-hunger,hudmake=display,state=1
:state=0:Hudreset,hudx=80,hudy=90,Hudimagefine=gamecore\huds\orange.tga,hudhide=1,hudname=hunger,hudmake=display,state=1
:state=0:Hudreset,hudx=80,hudy=90,Hudimagefine=gamecore\huds\red.tga,hudhide=1,hudname=starving,hudmake=display,state=1
:state=1:timerstart,state=2
:state=2:Hudshow=no-hunger,timerstart,state=3
:state=3,timergreater=30000:Hudshow=abit-hunger,state=4
:state=4,speed=50:state=5
:state=5,timergreater=50000:Hudshow=hunger,state=6
:state=6,timergreater=100000:Hudshow=starving,plraddhealth=-60,state=7
:state=7,timergreater=101000:plraddhealth=-60,state=0
Message Script with Optional Yes/No:
Download it from my website here:
http://unleashfps.webs.com/downloads.htm
Headshot Script: (This script was done by my great assistant "biohazardNL". All props go to him for this script.)[I have not tested this script]
;Artificial Intelligence Script
;Header
desc = Instant On (and allow a headshot to cause serious damage)
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\headsht.dds,hudhide=1,hudname=ownage,hudmake=display,state=1
:state=1:setalphafade=100,headshot=1,runfpidefault=1,state=2
:state=2,hudshow=ownage:sound=audiobank\sounds\headshot.ogg
;End of Script
Pickup Weapon(Enter):
Download it from my website here:
http://unleashfps.webs.com/downloads.htm
Poisonous Gas(Hurts player upon 5 sec.):
;Artificial Intelligence Script
;Header
;Script Created by 2Beastmode4u
desc = Plr Hurt by Gas upon 5 seconds
;Triggers
:state=0,plrdistwithin=60:state=1,etimerstart
:state=1,etimergreater=5000:plraddhealth=-1,state=0
;End of Script
Spawn Object Upon Destroy(This Goes in the entities "Destroy" Parameter):
NOTE:
The Object that you want to spawn MUST have the "Spawn At Start" Parameter set to "NO" and the "Spawn After Delay" Parameter to "Yes"
;Artificial Intelligence Script
;Script Created by 2Beastmode4u
;Header
desc = Spawn "If Used" Parameter Object and Fade Out and Disappear
;Triggers
:state=0:activateifused=1,state=1
:state=1,alphafadeequal=100:decalphafade=0
:state=1,alphafadeequal=0:state=2,destroy
;End of Script
Hitmarker Script:
Download it from my website here:
http://unleashfps.webs.com/downloads.htm
Complex Proximity Mine:(Script Created by Ched80)
;Artificial Intelligence Script
;Modified by Ched80
;Header
desc = Proximity mine with delayed trigger and remote detination
;Triggers
;Variables
:state=0:dimlocalvar=SoundLoops,setvar=SoundLoops 3
:state=0:state=1
;Proximity Mine
:plrdistfurther=99:etimerstart,stopsound,state=1
:activated=666:state=666
:state=1,plrdistwithin=100:sound=$0,state=2
:state=2,plrdistwithin=100,soundfinished=1:subvar=SoundLoops 1,state=1
:plrdistwithin=100,varless=SoundLoops 1:state=666
;Activate Explosion
:state=666:explode,rundecal=0,destroy
;End Script
Insanity Script:(Created by 2Beastmode4u and Ched80)
Download it from my website here:
http://unleashfps.webs.com/downloads.htm
Cheers.