Thread
:
For Switch and whoever: Staff Boots
View Single Post
#
11
03-04-2007, 09:08 PM
Riot
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Quote:
Originally Posted by
cbkbud
Also, this.status = abs(temp.status - 1);?
Should be:
this.status = 1 - this.status;
or:
this.status = abs(
this.
status - 1);
or even this.status = !this.status;
Riot
View Public Profile
View GraalOnline Profile
Visit Riot's homepage!
Find all posts by Riot