<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#image_commands|Image Commands]] ===== RemoveImages ===== ^Arguments^Result^Notation^ |A unit UID| |''i1 -- ''| === Description === Deletes all image associations for a unit excluding the main image. This is useful for resetting an object which has many images. === Examples === #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