Thread
:
Time Problem
View Single Post
#
9
11-05-2006, 02:23 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
You should never use = for comparison checking. If you are checking a value, it always should be ==.
PHP Code:
if (
this
.
season
==
0
)
Also, don't use setstring. It's outdated.
PHP Code:
serverr
.
season
=
"spring"
;
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld