9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oMod=GetModule();
|
||
|
int rezcost=GetLocalInt(oMod,"TRUEREZCOST");
|
||
|
SetCustomToken(6666,IntToString(rezcost));
|
||
|
|
||
|
return TRUE;
|
||
|
}
|