log change

This commit is contained in:
ericrius1 2016-03-21 15:04:57 -07:00
parent b8cb71e16a
commit 81901dc73d

View file

@ -33,7 +33,7 @@
print("EBL TAKING OVER THE SOUND")
Entities.editEntity(_this.batonDebugModel, {visible: true});
_this.playSoundInterval = Script.setInterval(function() {
print("EBL PLAY THE SOUND");
// print("EBL PLAY THE SOUND");
_this.soundInjector.restart();
}, _this.drumSound.duration * 1000); // Duration is in seconds so convert to ms
iOwn = true;