Initial commit. Updated release archive.
This commit is contained in:
25
_module/nss/at_givebaldlette.nss
Normal file
25
_module/nss/at_givebaldlette.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user