LoT_PRC8/_module/nss/min_l_ash_tree.nss

7 lines
168 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
void main()
{
object oTarget = GetLastUsedBy();
string sItemTemplate1 = "ats_r_clsh_n_sta"; // The standard ale potion
CreateItemOnObject(sItemTemplate1, oTarget);
}