Initial upload
Initial upload
This commit is contained in:
15
_module/nss/givepcitemchangr.nss
Normal file
15
_module/nss/givepcitemchangr.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
//Put this script OnEnter
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "itemchanger")!= OBJECT_INVALID)
|
||||
return;
|
||||
|
||||
CreateItemOnObject("itemchanger", oPC);
|
||||
|
||||
}
|
Reference in New Issue
Block a user