PDA

View Full Version : HELP me please!!!



Apollyon
Nov 16 2001, 23:55
I cant figure out how in the wrold to edit a mission so I can complete it. Ive made a mission...to kill a certain officer, but I cant get the mssion to end, once he is dead. Matter of fact I can kill everyone and still the mssion doesnt end. How do i edit the mission so when i ie, blow something up/kill someone the mssion will end?

Ps I have NO clue how to script, My game only came with a field manual.

DV Chris Death
Nov 17 2001, 00:02
hmm - if you haven't the time to look
into your readme (ofp) - a short example:
place a soldier west (player - you).
place a soldier east (non playable).
place a trigger, change the range to the
one you would like (100,100) choose activated
by east (not present), in the condition field
should be this, trigger type, end#1

start the mission, kill the russian soldier and
the game is finished
If you want more - (you read faster than we
write).

Apollyon
Nov 17 2001, 00:27
ok...let me give it a try.....I didnt even know there was a readme file...got the game about 1 week ago.

DV Chris Death
Nov 17 2001, 00:28
lol i thought so

King Nothing
Nov 17 2001, 08:49
And if you want that the certain officer is the objective and the mission ends when he's dead do the following:

1.double-click on the officer
2.write on the name-slot "officer"
3.make a trigger
4.double-click on it and write on the condition-slot:
not (alive officer)
5.then select in the same trigger from the type-slot "win #1"

now in the game when you kill the officer the game should end and you win...