[New Feature] Use House/Country ID instead of list index in map triggers and script actions #940
TAK02
started this conversation in
Ideas and feedback
Replies: 1 comment
-
I think it's not needed as map editor can automatically done the parse work, can you explain why? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Allow map Trigger Actions and Script Actions to use both the ID and the list index for their parameters.
This request is specifically for everything with House# on ModEnc: https://modenc.renegadeprojects.com/ScriptTypes/ScriptActions & https://modenc.renegadeprojects.com/Actions_(maps)/RA2YR
But there's more; things like Theme#, Speech#, etc.
ScriptActions: 20 "Change House Ownership"
map Actions: 1 "Win", 2 "Lose", 3 "Production begins", ..., 14 "Change House", ..., 36 "All Change House", etc.
Possible Implementation:
parsable as
Beta Was this translation helpful? Give feedback.
All reactions