/**************************************************** Action Taken Script : Category 4 selection ats_at_cat_sel_4 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, 4); ATS_InitCraftArrayIndex(oPlayer); ATS_InitMakeableCount(oPlayer); }