16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName escort_give
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 27/09/2003 16:30:23
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("nw_wmgmrd002", GetPCSpeaker(), 1);
|
||
|
|
||
|
|
||
|
|
||
|
}
|