8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "urchin1", 1);
|
|
TakeGoldFromCreature(10, GetPCSpeaker(), FALSE);
|
|
}
|