Hello i am very new to scripting and the forums and i have just started scripting today and i felt like sharing some scripts i have made.
Thanks to leon kennedy for everything.
NOTE: These are very basic scripts but please remember this is my first time scripting and they may not work.
2- My second script the Unfinished AUTOSAVE script
; SporteFre's Autosave Script
desc = saves when player is near
;Triggers
:state=0,plrdistwithin=50:savegame
; End script
3-My third script the GET READY! script basically plays a sound
briefing the player that there is going to be a conflict and the player reloads the weapon.
; SporteFre's 'GET READY!' Script
:plrdistwithin=10:reloadweapon
:Plrdistwithin=10:sound=$0
; End script
4- My fourth script the Health low warning script.
; SporteFre's Health Alert script
desc = when health = 5 play warning
;Triggers
:state=0,health=5:sound=$0
;End script
5-My fith script the alternate health warning
; SporteFre's AHWS
; Triggers
:state=0,health=50:ambiencered=10
:state=0,health=30:ambiencered=20
:state=0,health=20:ambiencered=30
:state=0,health=10:ambiencered=40
6- My sixth script! the alarm system.
; SporteFre's Alarm system
Desc = a simple alarm system
;Triggers
:state=0,plrcanbeseen:loopsound=$0,ambiencered=25
:state=0,plrcannotbeseen:ambiencered=0
I would appreciate any comments and if any of them dont work drop me a line ^^.I am working on the health warning system so a red Hud shows until you restore your health above 10 ( the quantities are so low because the max amount of health avaliable in the game i made the script for is 25 - 50
" Obsess over obssessions and you will find creativity " Ryan Sur