For the rumor, under function/variable can I set Function - PC Level = 10?
How would I change the script for the assassins? I looked but I didn't understand any of the code.
if ( Player->GetLevel < 10 ) returnendif
if ( GetJournalIndex TR_dbAttack >= 50 ) returnendifif ( player->GetLevel >= 30 ) set playerLevel to 4else if ( player->GetLevel >=20 ) set playerLevel to 3 else if ( player->GetLevel >= 10 ) set playerLevel to 2 else set playerLevel to 1 endif endifendif
if ( GetJournalIndex TR_dbAttack >= 50 ) returnendifif ( Player->GetLevel < 10 ) returnendifif ( player->GetLevel >= 30 ) set playerLevel to 4else if ( player->GetLevel >=20 ) set playerLevel to 3 else if ( player->GetLevel >= 10 ) set playerLevel to 2 else set playerLevel to 1 endif endifendif