10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
|
#include "nw_i0_plot"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetExitingObject();
|
||
|
SetPLocalInt(oPC, "iPirateAttack", 2);
|
||
|
|
||
|
}
|