7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
// Does not have required fee
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetGold(GetPCSpeaker())<GetLocalInt(OBJECT_SELF,"nMAGEASSFEE")) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|