Initial upload
Initial upload
This commit is contained in:
15
_module/nss/aw_getshifter.nss
Normal file
15
_module/nss/aw_getshifter.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName aw_getshifter
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/10/2003 2:27:06 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("theshifter", GetPCSpeaker(), 1);
|
||||
}
|
||||
Reference in New Issue
Block a user