8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
#include "nw_i0_plot"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ActionGiveItem(GetItemPossessedBy(OBJECT_SELF,"M1Q04INOBAMULET"),GetPCSpeaker());
|
||
|
AutoAlignE(DC_EASY, GetPCSpeaker());
|
||
|
}
|