9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
|
#include "pcinclude"
|
||
|
#include "thes_inc"
|
||
|
void main()
|
||
|
|
||
|
{
|
||
|
MassBountyTurnIn(GetPCSpeaker(), "GatorSkin", 100, 100);
|
||
|
}
|
||
|
|