9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
//Allow Equipment Helper to give free gold
|
|
|
|
int StartingConditional()
|
|
{
|
|
if((GetLocalInt(GetModule(), "iAllowGold") == 1)) return TRUE;
|
|
|
|
return FALSE;
|
|
}
|