Quote:
Originally Posted by Skyld
Assuming that temp.curBiz.curMembers is an array:
PHP Code:
if (temp.curPlayer.account in temp.curBiz.curMembers)
{
// code
}
... might be slightly more acceptable.
|
I love you
I guess it was the .account which did it?