Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/give_spade.nss
Normal file
13
_module/nss/give_spade.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName give_spade
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 12/02/2004 20:21:15
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("spade", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user