Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
14
_module/nss/giveitems.nss
Normal file
14
_module/nss/giveitems.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName giveitems
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/23/2002 11:15:42 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("nw_it_medkit001", GetPCSpeaker(), 1);
|
||||
CreateItemOnObject("nw_it_medkit002", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user