PDA

View Full Version : [OFB] Salon chair vs Tattoo chair : Wrong employee assignation


Kabuto
15th May 2010, 02:53 PM
Hi,

My tattoo chair is a clone of the OFB salon chair generated by SimPE Object Workshop.


My problem is :
In a business lot where there are both salon chair and tattoo chair when I assign an employee to the tattoo chair, the sim is assigned to the salon chair.

How can I say to the game "tattoo chair isn't salon chair" ?

MogHughson
24th May 2010, 03:32 PM
I assume that the tattoo chair has the same type/category (probably set in Function - Init) as the salon chair and the employee looks for a chair of that type. Without having the change to look at the code from Maxis that you'd need to change, my first thoughts to investigate would be to have the tattoo chair not having that type (don't set any type I guess) and have the assigned to tattoo chair look for objects of the specific GUID instead of the category of 'salon chair'. Does that make sense?

Kabuto
14th Jul 2010, 12:24 AM
I don't really know how I can fix it :(