13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
|
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
RewardPartyXP(5000, GetPCSpeaker());
|
||
|
|
||
|
|
||
|
CreateItemOnObject("dg_cursed_helm", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|