<- CRPL reference <- Image Commands
Arguments | Result | Notation |
---|---|---|
A unit UID | i1 – |
Deletes all image associations for a unit excluding the main image. This is useful for resetting an object which has many images.
#Make the second image disappear when the user unpauses. Self RemoveImages :awake #Set the main image to Custom0 an game load Self "main" "Custom0" SetImage #add another image on game load Self "alt" "Custom1" SetImage