Difference between revisions of "ScriptSound"
From Amulets & Armor Wiki
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...") |
PeeWeeRotA (Talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 20: | Line 20: | ||
[[List of Sounds]] | [[List of Sounds]] | ||
| + | |||
| + | |||
| + | ---- | ||
| + | Back to [[Scripting]] Main | ||
Latest revision as of 06:33, 13 November 2015
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
Back to Scripting Main