Thread
:
Err Help with this script
View Single Post
#
10
03-26-2006, 09:16 PM
ApothiX
Okiesmokie
Join Date: May 2004
Posts: 1,447
Quote:
Originally Posted by
Skyld
Not quite.
this.active = !this.active; was used to toggle between true and false (!true == false, !false == true), not just to unset it.
would be: this.active = 1 - this.active; or so.
__________________
[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys.
")
ApothiX
View Public Profile
View GraalOnline Profile
Find all posts by ApothiX