View Single Post
  #20  
Old 03-21-2012, 08:06 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,892
Hall of Famer is on a distinguished road
Default

Well this feature is already available in Mys v1.3.0. You can set the 'target' for each each item, this defines which adoptables can use this item. The default value is 'all', which means item can be used by all adoptables. Otherwise, enter the id of the adoptables that can use this item. Here are a few examples:

PHP Code:
all => All adoptables can use
=> Only adoptables with the id 1 can use
1=> Both adoptables with id 1 and 3 can use
13=> Adoptables with id 1and 4 can use
no => No adoptables can use 
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote