Thread
:
player.x/y in |min,max|
View Single Post
#
6
11-14-2005, 02:33 PM
Admins
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
In new scripting engine you cannot do
PHP Code:
x
,
y in
|
min
,
max
|
anymore, you need to do
PHP Code:
x in
|
min
,
max
| &&
y in
|
min
,
max
|
(that would work in both engines) or
PHP Code:
{
x
,
y
}
in
|
min
,
max
|
which wouldn't work in old engine though
Admins
View Public Profile
View GraalOnline Profile
Visit Admins's homepage!
Find all posts by Admins