/**************************************************** Action Taken Script : Category 9 selection ats_at_cat_sel_9 Last Updated: July 29, 2002 ***Ambrosia Tradeskill System*** Created by Mojo(Allen Sun) This script sets the current craft category for a player. ****************************************************/ #include "ats_inc_menu" void main() { object oPlayer = GetPCSpeaker(); ATS_SetCurrentCraftPart(oPlayer, 9); ATS_InitCraftArrayIndex(oPlayer); ATS_InitMakeableCount(oPlayer); }