Difference between revisions of "PlaySound(Script)"
Jump to navigation
Jump to search
(Created page with "{{CoffeeMUDWikiBuilderTOC}} = Play Sound = If you want your mob to play a specific sound when interacted with: == Adding Mana to a Mob == <pre> greet_prog speak say hello...") |
|||
Line 4: | Line 4: | ||
If you want your mob to play a specific sound when interacted with: | If you want your mob to play a specific sound when interacted with: | ||
− | == | + | == Sound Greeting == |
<pre> | <pre> | ||
greet_prog speak say hello | greet_prog speak say hello |
Revision as of 13:22, 30 September 2022
CoffeeMUD |
---|
Administrator Builder Player |
=CoffeeMUD Builder Information= | |||
---|---|---|---|
Basics | Praetor Player Support Commands Zapper Masks | Advanced | Races Classes Abilities Socials Scripting |
Building | Behaviors Properties Areas Rooms Exits Items Mobs | Systems | Achievements Crafting Help Info Ships Planes of Existence Quests Triumphs |
Play Sound
If you want your mob to play a specific sound when interacted with:
Sound Greeting
greet_prog speak say hello MPECHO !!SOUND(greet.wav V=50 P=25 U=http://yourmudsname.mud:27744/sounds/ ) ~
Notes
.