Initial upload
Initial upload
This commit is contained in:
14
_module/nss/givesocket2pc1.nss
Normal file
14
_module/nss/givesocket2pc1.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void CreateItemOnObjectVoid(string sItemTemplate, object oTarget=OBJECT_SELF, int nStackSize=1)
|
||||
{
|
||||
CreateItemOnObject(sItemTemplate, oTarget, nStackSize);
|
||||
}
|
||||
|
||||
|
||||
//Put this script OnEnter
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user