Dummy decision event assigned to no country?

Please post here for questions and discussion about modding for Strategic Command.
Post Reply
Kossatx
Posts: 97
Joined: Sun Aug 16, 2015 5:48 pm
Location: Spain

Dummy decision event assigned to no country?

Post by Kossatx »

Hi, is it possible to make a dummy decision event assigned to no country? For example, I've assigned this event to Germany, so if an human player plays with Axis will have to decide if signs or not the pact. I would like once the event will be triggered the player couldn't decide because it will be randomly decided (95% yes, 5% not). Probably, this event could be maked with other script, but I need it to have a #DECISION number in order to link it to other events... so if I have understand the script mechanics, I should make this event with a decision script.

Code: Select all

{
 #NAME= DE 101 - Molototov-Ribentrop Pact  (AI - 95% Yes)
 #POPUP= The USSR and Germany sign the Molototov-Ribentrop collaboration pact.
 #IMAGE=
 #SOUND=
 #FLAG= 1
 #TYPE= 1
 #AI= 0
 #LEVEL= 0
 ;Set global variable condition to always trigger (dummy value)
 #GV= 1[1,100]
 ;Set link value to always trigger (dummy value)
 #LINK= 0[0]
 #COUNTRY_ID= 45
 #TRIGGER= 100
 #DISPLAY_ORDER= 0
 ; Set decision value
 #DECISION= 101
 #MPP_UPDOWN= 0
 #MPP_TURNS= 0
 #MPP_TEXT=+
 #NOTES=
 #NOTES_POSITION=
 ; Set AI acceptance % (AI will accept 95% of the time)
 #AI_RESPONSE= 95
 #AI_RESPONSE_POPUP= The USSR and Germany sign the Molototov-Ribentrop collaboration pact.
 #DATE= 1939/09/01
 #TEXT_RGB= 0,0,0
 #SHADOW_RGB= 0,0,0
 #ALIGNMENT_POSITION= 141,28 [1]
 #NATIONAL_MORALE_TRIGGER= 0 [0]
 #VARIABLE_CONDITION= 45 [1] [100] [0]
 #CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
 }
 
Kossatx
Posts: 97
Joined: Sun Aug 16, 2015 5:48 pm
Location: Spain

RE: Dummy decision event assigned to no country?

Post by Kossatx »

Well, with essay-error method I think is possible to do it setting #POPUP= in blank, setting #AI_RESPONSE= to 100 and setting #TRIGGER= to the desired AI response real percent value. With these values the decision script works and human player can't decide what to do. Anyone thinks I'm wrong or has any better idea?
User avatar
BillRunacre
Posts: 5905
Joined: Mon Jul 22, 2013 2:57 pm
Contact:

RE: Dummy decision event assigned to no country?

Post by BillRunacre »

That is correct, as if the #POPUP field is blank then that turns the Decision into what we call a Dummy Decision.
Follow us on Twitter: https://twitter.com/FurySoftware

We're also on Facebook! https://www.facebook.com/FurySoftware/
Kossatx
Posts: 97
Joined: Sun Aug 16, 2015 5:48 pm
Location: Spain

RE: Dummy decision event assigned to no country?

Post by Kossatx »

Great! Thanks again [:)]
BrendaBrannon
Posts: 2
Joined: Sat Mar 23, 2019 10:41 pm

RE: Dummy decision event assigned to no country?

Post by BrendaBrannon »

As I saw, it was not a problem to do so. Have you tried already?
Post Reply

Return to “Scenario Design and Modding”