12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
RewardPartyXP(1000, GetPCSpeaker());
|
||
|
|
||
|
|
||
|
CreateItemOnObject("dg_mine_door_key", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|