PWE_PRC8/_module/nss/ats_at_cat_sel_7.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

22 lines
526 B
Plaintext

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