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