HiddenTradition_PRC8/_module/nss/at_givebaldlette.nss
2024-06-20 15:47:42 -04:00

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