Well I Know what JZ Lines your talking about I think they are all grouped togther.. I Think This is right.
Code:
call ds:?GetCurrentValidWeapon@ICharacter@core@@QBEPAVIItem@2@W4EWeaponParameterType@@@Z ; core::ICharacter::GetCurrentValidWeapon(EWeaponParameterType)
.text:10042F92 test eax, eax
.text:10042F94 jz short loc_10042FD5
.text:10042F96 push offset aFire_wand ; "/fire_wand/"
.text:10042F9B mov ecx, eax
Code:
.text:1004352D call ds:?GetCurrentValidWeapon@ICharacter@core@@QBEPAVIItem@2@W4EWeaponParameterType@@@Z ; core::ICharacter::GetCurrentValidWeapon(EWeaponParameterType)
.text:10043533 test eax, eax
.text:10043535 jz short loc_10043548
.text:10043537 push offset aFire_wand ; "/fire_wand/"
.text:1004353C mov ecx, eax
Those are Two? Right Can you tell me what a JZ Instruction does?