X13Studios Posted September 26, 2011 Share Posted September 26, 2011 hey guys i know how to make a item play a sound effect once then never again, but i was wondering how to make it play each time u click it once. Not once as in 1 time play only. Link to comment Share on other sites More sharing options...
WarRatsG Posted September 26, 2011 Share Posted September 26, 2011 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 More sharing options...
X13Studios Posted September 26, 2011 Author Share Posted September 26, 2011 does that script mean that when i pick it up it will play or when i wear it it will play. It would be pretty neat if it was like a ring that played a sound only while it was worn, Link to comment Share on other sites More sharing options...
Recommended Posts