Can someone PLEASE take some time to help me with my airship cutscene script??!!
Following on from my last post here
Click HereI have just been running through the script in my first post in that link, to find out which part of it is cauisng my problem. I made a 2nd copy of the script, and ran through the original, cutting section by section into my 2nd copy until I found which section was causing my problem.
And since I don't seem to get all the quick and efficient help I require '>, this seemed to be my only option.I guess I had to try and work SOMETHING.... out for myself at least!
*sigh!!*Anyway.... I have come to a conclusion of finding out which section is causing my problem.
It's this.
DelayCommand(3.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_FNF_SCREEN_SHAKE),
GetLocation(OBJECT_SELF)));
DelayCommand(6.0,
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectVisualEffect (VFX_FNF_SCREEN_SHAKE), GetLocation(OBJECT_SELF)));
DelayCommand(9.0,
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_FNF_SCREEN_SHAKE), GetLocation(OBJECT_SELF)));
There is something about it which is cauisng my problem. But I cannot work it out.
'>
Is there anyone who can help correct this for me please?
And by
"correct" I mean.... that if anyone knows how.....
please can they GIVE ME an alternative to that section of script please??
Modifié par MissJaded, 27 juillet 2010 - 02:25 .