Jump to content

Sound effect script needed


X13Studios

Recommended Posts

If it is an inventory item, then when you click on the object in your inventory it will run an OnEquip block.

If it is an activator, when you click on it the object will run an OnActivate block.

 

So that means you can make a script like:

 

Begin OnEquip

   PlaySound <your sound>

End

 

Hope that helps :D

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...