User Details
User Details
- User Since
- Apr 10 2013, 4:21 PM (610 w, 2 d)
May 10 2016
May 10 2016
pojo2k8 edited Steps To Reproduce on T68487: GMG aiming is distorted when zooming.
pojo2k8 added a comment to T65415: Unable to 2 sounds in a row in Trigger On Act. Script.
Never mind, figured it out ... Sleep doesn't work in scripts and it was playing both sounds.
Solution:
null=[] spawn {playSound3D ["a3\sounds_f\weapons\Rockets\explosion_missile_05.wav", player]; hint "sound played..."; sleep 10;hint "sleep finished..."; playSound3D ["a3\sounds_f\weapons\Rockets\explosion_missile_04.wav", player]; hint "second sound played...";};
Please close as not a bug... Or change to a bug Sleep doesn't work in activation script.
pojo2k8 edited Steps To Reproduce on T65415: Unable to 2 sounds in a row in Trigger On Act. Script.