This time I am completely clueless myself
Ths script shows the postprocess effect:
;Header
desc=
This script only works with FPSC 1.19 or higher.
;Triggers
:state=0:setposteffect=motionsickness,state=200
:state=200:etimerstart,music=audiobank\atmos\electrichum.wav,plrsound=audiobank\voices\robotic\finalmoan.wav,state=202
:state=202,etimergreater=500:Music=OFF,etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=203
:state=203,etimergreater=1000:etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=204
:state=204,etimergreater=1500:etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=250
:state=250,etimergreater=3000:setposteffect=none,destroy
;End of Script
But these 2 don't and I have no idea why:
;Header
desc=
This script only works with FPSC 1.19 or higher.
;Triggers
:state=0:state=200
:state=200:setposteffect=motionsickness,etimerstart,music=audiobank\atmos\electrichum.wav,plrsound=audiobank\voices\robotic\finalmoan.wav,state=202
:state=202,etimergreater=500:Music=OFF,etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=203
:state=203,etimergreater=1000:etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=204
:state=204,etimergreater=1500:etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=250
:state=250,etimergreater=3000:setposteffect=none,destroy
;End of Script
;Header
desc=
This script only works with FPSC 1.19 or higher.
;Triggers
:state=0:state=200
:state=200:etimerstart,music=audiobank\atmos\electrichum.wav,plrsound=audiobank\voices\robotic\finalmoan.wav,state=202
:state=202:setposteffect=motionsickness
:state=202,etimergreater=500:Music=OFF,etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=203
:state=203,etimergreater=1000:etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=204
:state=204,etimergreater=1500:etimerstart,plrsound=audiobank\voices\robotic\hurt1.wav,state=250
:state=250,etimergreater=3000:setposteffect=none,destroy
;End of Script
The only difference is the placement of this line: setposteffect=motionsickness
the original script is a 'bit' longer, it took me allready 2 hours to isolate the problem down to these lines.
And no guesses please
In case you find my grammar and spelling weird ---> native German speaker ^^