Thread
:
Snake
View Single Post
#
5
04-03-2009, 09:10 PM
xXziroXx
Malorian
Join Date: May 2004
Posts: 5,289
Instead of doing...
PHP Code:
this
.
on
=
1
;
this
.
on
=
0
;
... I'd suggest doing ...
PHP Code:
this
.
on
=
true
;
this
.
on
=
false
;
It just looks cleaner to me.
__________________
Follow my work on social media post-Graal:
https://bsky.app/profile/serith.maloria.org
Maloria Discord
-
IN ACTIVE DEVELOPMENT
Updated august 2025.
xXziroXx
View Public Profile
View GraalOnline Profile
Visit xXziroXx's homepage!
Find all posts by xXziroXx