User Tools

Site Tools


4rpl:commands:setunitwantsern

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
4rpl:commands:setunitwantsern [2025/03/24 04:19] – Added docked ern problem mention in description. Vertu4rpl: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
  
 +:freeErnFromUnit
 +->UID
 +  <-UID getunitconstructingdata ev2 pop dup -1 eq if pop 999 endif ->buildResources
 +  <-UID getunittype <-UID getunitposition <-UID getunitsettings createunit dup ->newUID <-buildResources constructunit
 +  # Resources that are on the way to the old unit will be lost.
 +  
 +# Enable/disable the settings that you don't need by commenting them out.
 +  <-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
 +
 +</code>
 +Just the function (for quick copy and paste):
 +<code 4rpl>
 :freeErnFromUnit :freeErnFromUnit
 ->UID ->UID
4rpl/commands/setunitwantsern.txt · Last modified: 2025/03/24 04:21 by Vertu