This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:sendmversemsg [2021/06/15 10:35] – add links Karsten75 | 4rpl:commands:sendmversemsg [2024/10/06 09:37] (current) – kalli | ||
---|---|---|---|
Line 17: | Line 17: | ||
42 -> | 42 -> | ||
SendMVerseMsg(" | SendMVerseMsg(" | ||
+ | </ | ||
+ | |||
+ | <code 4rpl> | ||
+ | # Many 4rpl custom unit actions are not automatically synced in mverse. | ||
+ | # For stationary units a possible solution is to send an mverse message | ||
+ | # so that the other player sessions can create a clone of the unit. | ||
+ | |||
+ | < | ||
+ | " | ||
+ | |||
+ | :once | ||
+ | RegisterForMsg(" | ||
+ | |||
+ | : | ||
+ | < | ||
</ | </ | ||