16 lines
484 B
Plaintext
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);
|
||
|
}
|