11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
|
#include "nw_i0_plot"
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
int iItem = GetNumItems(oPC, "sarumroyalseal");
|
||
|
if (iItem > 1)
|
||
|
TakeNumItems (oPC, "sarumroyalseal", 1);
|
||
|
|
||
|
|
||
|
}
|