Can anyone give me details on modifying the weapons cog for conc rifle so that it doesnt create sector damage when the bullet hits near me.
I really need to make the new weapon less powerful as the new enemies I made are firing conc bullets at me 3 times a second, and theyre not too bad at aiming!!
Ive been told its smthing to do with if(mode---) or whatever, any help?
pleeeeeeease.
I really need to make the new weapon less powerful as the new enemies I made are firing conc bullets at me 3 times a second, and theyre not too bad at aiming!!
Ive been told its smthing to do with if(mode---) or whatever, any help?
pleeeeeeease.
Code:
if(getThingFlags(source) & 0x8){ do her} elseif(getThingFlags(source) & 0x4){ do other babe} else{ do a dude}