> The way the objects are being created now is as follows (pretend this is > pseudo code even though it is Python :)) > > object = CFPython.CreateObject(cointype,(x,y)) <-- creates object > CFPython.SetQuantity(object, payoff) <-- sets quantity This why it doesn't work: CreateObject creates the object, but ultimately calls insert_ob_in_map which will merge newly created object with existing object on the square... Nicolas 'Ryo' _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel