Thread
:
Something I can't figure out...
View Single Post
#
3
11-16-2006, 05:39 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Assuming that temp.curBiz.curMembers is an array:
PHP Code:
if (
temp
.
curPlayer
.
account in temp
.
curBiz
.
curMembers
)
{
// code
}
... might be slightly more acceptable.
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld