Author Topic: Can Someone Help Me Please? I still Require Assistance With My Airship Script!  (Read 629 times)

Legacy_MissJaded

  • Full Member
  • ***
  • Posts: 243
  • Karma: +0/-0


               Can someone PLEASE take some time to help me with my airship cutscene script??!!

Following on from my last post here
Click Here

I 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 '<img'>, 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.'<img'>
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 .
                     
                  


            

Legacy_GhostOfGod

  • Hero Member
  • *****
  • Posts: 1490
  • Karma: +0/-0


               I just tested what you have there, in a trigger's OnEnter event, and it seems to work fine for me. What exactly is the problem you are having? Are you getting an error message?
               
               

               
            

Legacy_MissJaded

  • Full Member
  • ***
  • Posts: 243
  • Karma: +0/-0


               

GhostOfGod wrote...

I just tested what you have there, in a trigger's OnEnter event, and it seems to work fine for me. What exactly is the problem you are having? Are you getting an error message?


I don't understand why it would be fine for someone else and not me.':mellow:'
Did you test my script above, along with it being added to my original one, in the link I posted?
If you did that..... then surely you would find the problem I am having.

The problem is.... some part of that script section I posted here, is causing my script not to function in the way I want it to. (when it is added to the original script I posted in my link) Thus..... the camera will not lift to the position I set it to in the first place, from the first crane cam script section. That is basically what my problem is.
And I just have no idea why it is causing this problem for me.'<img'>
               
               

               


                     Modifié par MissJaded, 27 juillet 2010 - 05:50 .