I still cannot produce sound in a cog, I always write smthing like:
playsoundlocal
OR
Playsound(001stonedoor.wav)
Both stop the cog from working
Lets say for the sound it is called try.wav
how do I Place the sound in the cog , including what I need for code selection.
playsoundlocal
OR
Playsound(001stonedoor.wav)
Both stop the cog from working
Lets say for the sound it is called try.wav
how do I Place the sound in the cog , including what I need for code selection.
Code:
if(getThingFlags(source) & 0x8){ do her} elseif(getThingFlags(source) & 0x4){ do other babe} else{ do a dude}