How to control the player?
I mean does it have an AI script?
Can I remove the mouse scroll control from weapon selection?
Or Can I detect the player scrolled his mouse?
Another Qn:
Can I control other characters? I made an AI for a character to shoot the player when shot.
This is the script.
;Artificial Intelligence Script
;Header
desc = Follow Waypoints, Shoot player if shot
;Triggers
:waypointstate=0:animate=2,waypointstart
:waypointstate=3:animate=2,waypointnext
:waypointstate=4:animate=2,waypointrandom
:waypointstate=5:animate=2,waypointreverse
:state=0,shotdamage=1:state=1
:state=1:runfpi=people\pace.fpi,state=2
;End of Script
If I make two characters, with this script, and consider I shoot one man. If the other man see this, then he also have to shoot me.
I meant this type of character control:-characters respond to surroundings..
drakul