Hey guys I've made a this simple script for fps creator where the player can control the entity that was using this script no mod is needed for this; controls:
H= move forward|
M and B= rotate|
end= self-destruct|
And finally the script!:
;Artificial inteligence script
;Header
desc=player controll entity
:state=0,scancodekeypressed=35:movefore=2
:state=0,scancodekeypressed=49:moveback=3
:state=0,scancodekeypressed=48:rotatey=10
:state=0,scancodekeypressed=50:rotatey=10
:state=0,scancodekeypressed=211:destroy
:state=0,scancodekeypressed=207:destroy
;End of script
!Warning!:
The entity must be a character in order for it not to sink in the floor! To turn the entity into a character change its fpe file in you FPSC directory.
Hope it helped!