Get relation between parties

From Mount&Blade Modding Wiki
Revision as of 12:25, 8 June 2013 by Swyter (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

[edit] Description

get_relation_between_parties (also known as script_get_relation_between_parties) is a function defined in module_scripts.py that takes two party IDs as parameters and returns the relationship value. This is similar to store_relation but uses Party IDs instead of Kingdom IDs as parameters.

[edit] Input

arg1 = party 1
arg2 = party 2

[edit] Output

reg0 = relation between parties

[edit] Examples

 (call_script, "script_get_relation_between_parties", ":destination", ":troop_party_no"),
 (try_begin),
   (ge, reg0, 0),
   ...
 (else_try),

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox