14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName nc_innkeep_give
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 22/11/2003 15:41:42
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("innkeepersnote", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|