I've made an intro where a f14 tomcat attacks a shika, when he fires his mavericks a camera follows the missile (with an EH), when the missile is about 60m from the shilka, the camera changes to a followcam between the shilka & the missile.This all works now
but...
When the shilka's hit I want to freeze the scene
but when I try :
Camscript...
...
@isnull _missile :goto "slomoexplo"
#slomoexplo
~0.5
;;scene freeze
Setacctime 0
;;now I want some text shown with titletext..like in the trialer of an old action movie
~5
;;The explosion continues
Setacctime 1
etc...
The titletext doesn't work cos I think time stops & the ~5 does'nt matter anymore, the clock stops...
Is there a workaround for this?
Hope U understand the Q :-\