Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

FPSC Classic Product Chat / where do i put the AI follow-shoot Script

Author
Message
beachard5
16
Years of Service
User Offline
Joined: 15th Feb 2008
Location:
Posted: 17th Feb 2008 18:15
where do i put this and do i have to put it in a file?




;Artificial Intelligence Script
; by xplosys

;Header

desc = Simple Folow and Shoot
;A simple script to give the appearance of allies
;AI using this script can not hurt each other or the player.

;Change the plrdistwithin= distance to suite.
;Add animations for more realism (squat, strafe, etc)

;Triggers

; *** YOU MUST GET WITHIN RANGE TO PICK UP YOUR AI
:state=0,plrdistwithin=200:state=1,rotatetoplr

; *** AI FOLLOWS YOU
:state=1,plrdistfurther=200:animate=5,followplr
:state=1,plrdistwithin=150:freeze,animate=51

; *** Press Z TO ENGAGE AI
:state=1,scancodekeypressed=44:state=3,animate=5

; *** AI REPOSITION TO ENGAGE ENEMY
:state=3:rotatetoplr,rotatey=30,animate=5,runfore=100,rotatey=-30,state=4

; *** RANDOMIZE ANIMATIONS
:state=4,random=1:state=10,setframe=3
:state=4,random=1:state=11,setframe=4

;*** AI RETURNS FIRE
:state=5,ifweapon=1,plrdistwithin=300:useweapon,rundecal=6
:state=5,ifweapon=0:state=6,setframe=6
:state=5,plrdistfurther=200:state=1

; *** AI RELOAD IF EMPTY
:state=6:incframe=6
:state=6,frameatend=6:state=4,reloadweapon,sound=audiobank\guns\reload.wav

; *** PLAY ANIMATION
:state=10:incframe=3
:state=10,frameatend=3:state=5
:state=11:incframe=4
:state=11,frameatend=4:state=5

;End of Script
DjSonicx
17
Years of Service
User Offline
Joined: 15th Jun 2007
Location:
Posted: 25th Feb 2008 00:50
Next time search before ask... if that's a valid FPSC Script, you just nedd to open the Notepad (yes, the on you've got in acessories) past your script, and save it with the extension "fpi" (not txt) for example: Myscript.fpi, and put that file on the scriptbank folder, (wich is inside the "Files" folder, thats is inside you FPS creator folder) Got it? next time, just search before ask

Login to post a reply

Server time is: 2024-11-27 17:48:36
Your offset time is: 2024-11-27 17:48:36