Hi all - Having no programming knowledge or played around with scripts such as this - is there a tutorial on the structure of the scripts as in what does what - what that\'s for etc etc
;Script created by Benjamin Aeilkema
;This script can be used to auto-open a locked when 5 items or keys have been found
;by the player or 5 switches have been activated by the player
;Give the items the 5pickups1.fpi through 5pickups5.fpi script or
;give the switches the 5switches1.fpi through 5switches5.fpi script
;make sure you set the use key setting to the item name (give each item the same name!!!)
;and make sure the if used setting for each of the switches or items refers to the
;correct door, otherwise it will not work!
;You can change the text if wanted, by refering to a different tga text file
desc = 5 switches to open door switch 2
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\\text\\pressentertouse.tga,hudname=useswitchprompt,hudhide=1,hudmake=display,state=10
:plrdistwithin=50:hudshow=useswitchprompt,hudfadeout=useswitchprompt
:state=10,plrdistwithin=50,plrusingaction=1:state=2,setframe=0,plrsound=$0,activateifused=2
:state=2:incframe=0
:state=2,frameatend=0:state=4
:state=4,plrusingaction=0:state=10
;End of Script
hope Benjamin Aeilkema don\'t mind me using his script as example but to me this is just an alien language and while I can understand a little the rest is over my head - hell maybe I\'m just stupid but any help would be great.