This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
4rpl:commands:setunitwantsern [2025/03/24 04:19] – Added docked ern problem mention in description. Vertu | 4rpl:commands:setunitwantsern [2025/03/24 04:21] (current) – Mentioned undock issue in description and added function quick copy. Vertu | ||
---|---|---|---|
Line 32: | Line 32: | ||
endif | endif | ||
+ | : | ||
+ | ->UID | ||
+ | <-UID getunitconstructingdata ev2 pop dup -1 eq if pop 999 endif -> | ||
+ | <-UID getunittype <-UID getunitposition <-UID getunitsettings createunit dup ->newUID < | ||
+ | # Resources that are on the way to the old unit will be lost. | ||
+ | | ||
+ | # Enable/ | ||
+ | <-newUID <-UID | ||
+ | # dup2 getunitmaxammo setunitmaxammo | ||
+ | dup2 getunitammo setunitammo | ||
+ | dup2 getunitcandestroy setunitcandestroy | ||
+ | dup2 getunitselectable setunitselectable | ||
+ | dup2 getunitenabled setunitenabled | ||
+ | dup2 getunitarmed setunitarmed | ||
+ | dup2 getunitsupplied setunitsupplied | ||
+ | # dup2 getunithealrate setunithealrate | ||
+ | # dup2 getunitmaxhealth setunitmaxhealth | ||
+ | dup2 getunithealth setunithealth | ||
+ | # dup2 getunitrange setunitrange | ||
+ | dup2 getunitstuncount setunitstuncount | ||
+ | dup2 getunitmovecell dup -1 neq if setunitmovecell else pop pop pop pop endif | ||
+ | pop pop | ||
+ | | ||
+ | <-UID 1 1 1 destroyunit | ||
+ | |||
+ | </ | ||
+ | Just the function (for quick copy and paste): | ||
+ | <code 4rpl> | ||
: | : | ||
->UID | ->UID |