PWE_PRC8/_module/nss/ats_at_cr_armor.nss

20 lines
489 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
/****************************************************
Action Taken Script : Armor craft type selection
ats_at_cr_armor
Last Updated: August 25, 2002
***Ambrosia Tradeskill System***
Created by Mojo(Allen Sun)
This script sets the current craft type for a
player to armorcrafting.
****************************************************/
#include "ats_const_recipe"
#include "ats_inc_menu"
void main()
{
ATS_SetCurrentCraftType(GetPCSpeaker(), ATS_CRAFT_TYPE_ARMOR);
}