ScriptSound

From Amulets & Armor Wiki
Revision as of 00:31, 2 November 2015 by PeeWeeRotA (Talk | contribs) (Created page with "Sound( [SoundNum] ) Plays a sound to the current player at max volume === Arguments === '''SoundNum''' - The object id of the sound to be played. === Example === <nowiki...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sound( [SoundNum] )

Plays a sound to the current player at max volume

Arguments

SoundNum - The object id of the sound to be played.

Example

40:  // open exit door with switch
   ChangeSideTexture(1636,"SWIT1U");
   Sound(6007);
   SlideCeilingNice(129, 0, 120, 50, -1);
   End();

See Also

List of Sounds