7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
#include "x0_i0_anims"
|
|
void main()
|
|
{
|
|
TakeGoldFromCreature(100, GetPCSpeaker());
|
|
SetSpawnInCondition(NW_FLAG_ON_DIALOGUE_EVENT);
|
|
}
|