i want it when u hit a surface a sector's tint changes then after X amount of time, it chages back. (im new, and yes i posted about someone making me this cog, but it was before i learned that i could do some cogging)
# TQB 11-4-02
# JK Cog
# activation tint
symbols
message activated
message timer
surface face
sector sec
sectortint color
flex waittime
end
code
activated:
GetSectorTint(sector);
SetSectorTint(sector,000.000.000);
sleep(waittime);
settimer(delay);
return;
timer:
staus=0
end
# TQB 11-4-02
# JK Cog
# activation tint
symbols
message activated
message timer
surface face
sector sec
sectortint color
flex waittime
end
code
activated:
GetSectorTint(sector);
SetSectorTint(sector,000.000.000);
sleep(waittime);
settimer(delay);
return;
timer:
staus=0
end
-------------------------
It's Me, It's Me, It's TQB
-------------------------
It's Me, It's Me, It's TQB
-------------------------