Rune_PRC8/_module/nss/freeale.nss

16 lines
484 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: FileName freeale
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/30/2006 12:58:23 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_mpotion021", GetPCSpeaker(), 1);
// Set Local Int
SetLocalInt(GetPCSpeaker(), "waitresskiss", 1);
}