9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
#include "sc_dart_include"
|
|
|
|
void main()
|
|
{
|
|
// Refund and reset
|
|
GiveGoldToCreature(GetPCSpeaker(), GetLocalInt(getDB(), WAGER));
|
|
resetVars();
|
|
}
|