This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:setmversecreatesunitghost [2021/06/14 20:06] – created virgilw | 4rpl:commands:setmversecreatesunitghost [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Specifies if a custom unit will create an mverse ghost. An mverse ghost is the colored representation of a unit that is seen by other mverse players. If a ghost is created it will match the general look and position/ | + | Specifies if a custom unit will create an mverse ghost. An mverse ghost is the colored representation of a unit that is seen by other mverse players. If a ghost is created it will match the general look and position/ |
| + | |||
| + | For custom units that are pre-placed in the map, it is suggested to use this call inside [[func_gameloaded|: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||
| - | SetMVerseCreatesUnitGhost(self false) | + | : |
| + | | ||
| </ | </ | ||
| < | < | ||