since you were so helpful last time Im going to ask you another question, arent you lucky!
I found out how to make some flashing mats in my weapons ( a big step up for me in the world of cogs ), I put smthing like animmat(flashing, 1, 1);
cant remember exactly waht i was, anyhoo, I put this in the fire section, but everytime I fire the weapon it speeds up the matanim and generally screws it all up. Is there a way to say, if any, telling it to flash only once, like adding some flag to it, 0x1 or smthing.
all help would be appreciated
I found out how to make some flashing mats in my weapons ( a big step up for me in the world of cogs ), I put smthing like animmat(flashing, 1, 1);
cant remember exactly waht i was, anyhoo, I put this in the fire section, but everytime I fire the weapon it speeds up the matanim and generally screws it all up. Is there a way to say, if any, telling it to flash only once, like adding some flag to it, 0x1 or smthing.
all help would be appreciated
Code:
if(getThingFlags(source) & 0x8){ do her} elseif(getThingFlags(source) & 0x4){ do other babe} else{ do a dude}