Home   Help Search Login Register  

Author Topic: Help  (Read 903 times)

0 Members and 1 Guest are viewing this topic.

Viking_one

  • Guest
Help
« on: 30 Mar 2004, 20:58:37 »
I have been trying to create a mission that I can call my best but I cannot get the 3 things I really want to include

1) objective complete alerts

2) mission complete alert and ending

3) a mission file that contains a well thought breifing and a good array of weapons and equipment that can be chosen by the user

I didn't know which part of the forums this belonged in so I apologise if I am in the wrong area

OrangeLeader

  • Guest
Re:Help
« Reply #1 on: 30 Mar 2004, 22:33:48 »
This really belongs in the Editing/scripting thread. Plus you might want to be more specific with your question and look through the forum. Some stuff has already been answered.

Dubieman

  • Guest
Re:Help
« Reply #2 on: 01 Apr 2004, 04:00:07 »
As for your briefing a weapon choosing needs, I suggest downloading a script ediotr of some sort like Chris's Script editor. In those you can make briefings, weapon selcs easy.

As for obj complete:

In trigger or something that says west not present

put in the activation :  "1" objstatus "DONE"; hint "your obj is complete thats it you win"

and walla!

Then in end trigger

west not present
end #1

activation: hint "Mission complete!"
then go to effects and choose camera stuff and sound.

There you goes...:thumbsup: