[GR] Cool K 0 Posted November 18, 2003 Share Posted November 18, 2003 Here I am - almost done with my first mission - wrapping it all up yesterday night - getting ready for some in-dept testing. Completing the mission - score being collected - getting my final msgbox with score on the screen - the screen fades to black and BANG - I'm on the desktop Also - when hitting the <ESC> button at some point in the game (haven't figured out when the critical state is triggered) I'm sent back to the desktop. I don't use any of the effects that send you to the desktop (at least not to my knowledge) and the funny thing is that the mission sums up the missionscore correct and displays it according to my plans. It is only when I should return to the game menu something goes wrong Below are a copies of my extraction blocks - dunno if it makes any sense in relation to my problem Group: Extract Playerplatoon Comment: Check for extraction of all ghosts Trigger Event: A member of playerplatoon is within 1 meter(s) of Zone - Exfiltration. Responses: Allow this block to be reactivated. Continue executing responses if ((The number of members of playerplatoon within 10 meter(s) of Zone - Exfiltration) is equal to (The number of active actors on playerplatoon)). Make all members of playerplatoon invincible. Mark Exfiltrate complete in the objective list. Set Score-Exfiltration to 30. Set the score for Allied Forces to (The result of (The result of (The result of (The value of Score-SATCOM) plus (The value of StealthPoints)) plus (The value of Score-Rescue)) plus (The result of (The value of Score-Exfiltration) plus (The result of (The value of Score-Damage) plus (The value of Score-C4)))). Make Extraction Chopper visible to the game world. Assign Plan 1007 to Extraction Chopper and execute. Prevent this block from being reactivated. Group: Extract Playerplatoon Comment: End - success Trigger Event: Extraction Chopper is within 10 meter(s) of Zone - Exfiltration. Responses: Display ("Congratulations! You've extracted successfully with a mission score of " + ((The score for Allied Forces) as text)) and register mission completion. Prevent this block from being reactivated. Thx in advance for helping me out Quote Link to post Share on other sites
Giampi 39 Posted November 18, 2003 Share Posted November 18, 2003 Try to look this: http://www.ghostrecon.net/forums/index.php...ST&f=14&t=11514 It might be the same problem Quote Link to post Share on other sites
[GR] Cool K 0 Posted November 18, 2003 Author Share Posted November 18, 2003 You know what... I think that you solved my problem.. Thanks a zillion Giwex.. I'll go back to the scripting board once I get home from work. Quote Link to post Share on other sites
Giampi 39 Posted November 18, 2003 Share Posted November 18, 2003 It's not me that solved your problem, it's that master guru called Jack57 I only remembered his post Quote Link to post Share on other sites
[GR] Cool K 0 Posted November 18, 2003 Author Share Posted November 18, 2003 Yeah - credits to those who deserves it... Thx Jack57 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.