LoT_PRC8/_module/nss/min_s_elm_tree.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

7 lines
168 B
Plaintext

void main()
{
object oTarget = GetLastUsedBy();
string sItemTemplate1 = "ats_r_celm_n_sta"; // The standard ale potion
CreateItemOnObject(sItemTemplate1, oTarget);
}