HiddenTradition_PRC8/_module/nss/at_makeadamplate.nss
2024-06-20 15:47:42 -04:00

14 lines
406 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_makeadamplate
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/23 16:54:29
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_maarcl040", GetPCSpeaker(), 1);
}