User Tools

Site Tools


crpl:docs:playsound

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- SoundCommands

PlaySound

Arguments Result Notation
Name of Sound s1 --

Description

Plays a sound. The list of available sound names can be found in the game by clicking the “Sound” button on the unit editing panel. Here, sounds can be sampled as well. Note that a sound play asynchronously. Multiple sounds can be played at the same time and will overlap. No given sound can be played within 0.1 seconds of itself, though. When playing sounds in custom maps, take care to select those that fit the action and are not overly annoying.

Sounds are:

  • “Explosion0” through “Explosion11”
  • “Weapons0” through “Weapons33”
  • “Explosion0” through “Explosion9”
  • “Explosion0” through “Explosion9”
  • “Explosion0” through “Explosion9”
  • “Explosion0” through “Explosion9”

Examples

PlaySound("Explosion0")
#cycle through all the retro sounds
PlaySound("Retro" <-num concat)
60 delay
crpl/docs/playsound.1427318979.txt.gz · Last modified: 2025/02/14 14:56 (external edit)