6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "Potions", TRUE);
|
|
CreateItemOnObject("nw_it_mpotion012", GetPCSpeaker(), 3);
|
|
}
|