WoR_PRC8/_module/nss/rude_tanznote.nss

14 lines
411 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: FileName rude_tanznote
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 21/10/2004 4:31:25 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("notefortanzantor", GetPCSpeaker(), 1);
}