UW2_PRC8/_module/nss/givesocket2pc1.nss

15 lines
237 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
void CreateItemOnObjectVoid(string sItemTemplate, object oTarget=OBJECT_SELF, int nStackSize=1)
{
CreateItemOnObject(sItemTemplate, oTarget, nStackSize);
}
//Put this script OnEnter
void main()
{
object oPC = GetEnteringObject();
}