7 lines
138 B
Plaintext
Raw Normal View History

2023-09-25 20:24:01 -04:00
#include "x0_i0_anims"
void main()
{
TakeGoldFromCreature(100, GetPCSpeaker());
SetSpawnInCondition(NW_FLAG_ON_DIALOGUE_EVENT);
}