6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
void main()
|
|
{
|
|
int iMaxLevel = GetLocalInt(GetModule(), "iMaxLevelUp");
|
|
SetCustomToken(108, IntToString(iMaxLevel));
|
|
}
|