8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oItem = CreateItemOnObject("anc_it_cloak_cra", oPC);
|
|
SetLocalInt(oItem, "Prototype", TRUE);
|
|
SetItemCursedFlag(oItem, TRUE);
|
|
}
|