Quote: "Yes, it's possible with Project Blue"
You should give the requester the
whole information. The command camshake is
also available without Project Blue- it is a command in v1.17.
@ Sopo
Here is an example script I took from our development (a snippet of the script). I use it when the player plants explosives. You will notice the command
camshake which shakes the camera. I can use this with vanilla FPSC.
:state=190,plrdistwithin=1000,timergreater=14000:etimerstart,state=191
:state=191,etimergreater=1000:camshake=30,state=192
:state=192,etimergreater=1500:camshake=25,state=193
:state=193,etimergreater=2750:camshake=20,state=194
:state=194,etimergreater=2850:camshake=15,state=195
:state=195,etimergreater=3000:camshake=0,state=200
:state=200:none
;End of Script
Again, this is just a part of a script we have. The concept of the script is when the explosives detonate after 14 seconds (line 190- timergreater=14000), then the next state of the running script goes to line 191 and the command camshake is initialized.
Hope that helps.
- BlackFox

RPG Mod- Create a world full of adventure