10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
CreateItemOnObject("ancientscythe", oPC);
|
|
|
|
|
|
SetLocalInt(oPC, "for_statueint", 1);
|
|
}
|