7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
#include "nw_i0_tool"
|
|
void main()
|
|
{
|
|
if (!HasItem(OBJECT_SELF,"pcitem110204d"))
|
|
CreateItemOnObject("pcitem110204d",OBJECT_SELF,1);
|
|
}
|