26 lines
515 B
Plaintext
26 lines
515 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_givebaldlette
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/14/2003 9:09:57 PM
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "nw_i0_plot"
|
|
|
|
|
|
|
|
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker() ;
|
|
|
|
// Give the speaker the items
|
|
|
|
CreateItemOnObject("deliveryitem001", oPC, 1);
|
|
|
|
SetPLocalInt(oPC, "BaldwinLetter", 1);
|
|
|
|
}
|