if ( teleporting == 1 ) if ( GetEffect sEffectDivineIntervention == 0 ) if ( GetEffect sEffectAlmsiviIntervention == 0 ) if ( GetEffect sEffectRecall == 0 ) set teleporting to 0 set mwa_stat_teleports to ( mwa_stat_teleports + 1 ) endif endif endif elseif ( GetEffect sEffectDivineIntervention == 1 ) set teleporting to 1 elseif ( GetEffect sEffectAlmsiviIntervention == 1 ) set teleporting to 1 elseif ( GetEffect sEffectRecall == 1 ) set teleporting to 1 endif
The problem is, mwa_stat_teleports is never increased... in other words, it seems the game can't detect Almsivi Intervention, Divine Intervention or Recall.
Does anyone else know if this is the case, or how I can get this working?
Thanks,
- Danjb