Rune_PRC8/_module/nss/freeale.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

16 lines
484 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}