Script:
;Artificial Intelligence Script
by TheStoryteller01 2010
;Header
desc=
This script only works with FPSC 1.16.18, because FPGCRAWTEXT is used AND if using a mod that supports the PICKOBJECT condition.
Made for wall or floor overlays.
To start the script at any time, the player has to move the cursor over the item and press <Enter>.
While the script is running the player cannot move or use mouselook but still shoot. Pressing <Del> at any time ends the script.
Best ist to set the entity properties "Isimmobile" to "Yes" and "Strength" to "0" (=indestructible)
After the first run, the script only repeats the last line.
To skip the second line of text (the "flavour text") delete all "state=4" lines and rename "state=4" in the 5th line to "state=6"
If you want the whole text to appear only once, simply delete the complete last ":state=11" line.
;Triggers
:state=0:coloff,state=1
:state=1,pickobject=1,plrdistwithin=80,plrusingaction=1:timerstart,plrdisable=100000,state=2
:state=2:fpgcrawtextsize=24,fpgcrawtextfont=verdana,fpgcrawtextr=150,fpgcrawtextg=150,fpgcrawtextb=150,fpgcrawtextx=50,fpgcrawtexty=60
:state=2:fpgcrawtext=You:...ooo... <ENTER>
:state=2,timergreater=500,plrusingaction=1:timerstart,state=4
:state=2,scancodekeypressed=14:plrdisable=0,state=0
:state=4:fpgcrawtextsize=24,fpgcrawtextfont=verdana,fpgcrawtextr=150,fpgcrawtextg=150,fpgcrawtextb=150,fpgcrawtextx=50,fpgcrawtexty=60
:state=4:fpgcrawtext=You: My head...
:state=4,timergreater=500,plrusingaction=1:timerstart,state=6
:state=4,scancodekeypressed=14:plrdisable=0,state=0
:state=6:fpgcrawtextsize=24,fpgcrawtextfont=verdana,fpgcrawtextr=150,fpgcrawtextg=150,fpgcrawtextb=150,fpgcrawtextx=50,fpgcrawtexty=60
:state=6:fpgcrawtext=You:...
:state=6,timergreater=500,plrusingaction=1:timerstart,plrdisable=0,state=10
:state=6,timergreater=1500:plrdisable=0,state=10
:state=6,scancodekeypressed=14:plrdisable=0,state=10
:state=10,timergreater=1500:state=11
:state=11,pickobject=1,plrdistwithin=80,plrusingaction=1:timerstart,plrdisable=100000,state=6
;End of Script
Home Studio