Category:Combat Information Functions
From NWN Lexicon
Jump to navigationJump to searchCombat information related functions.
Functions
Name | Brief Description |
---|---|
Returns number of enemies perceived and their combined levels. | |
Seeks out an enemy more than 3m away | |
Retrieves the AC (armor class) of a creature. | |
Determines the current foe under attack by the specified creature. | |
Determines the last creature that an attempted attack was made on. | |
Determines the creature a spell was attempted to be cast at. | |
Returns the total levels a creature has in all three classes. | |
Retrieves the defensive casting mode status of a creature. | |
The distance in meters between two objects | |
The distance from the caller of the script to the object in meters. | |
Get the member of a faction (party) who has the highest Armor Class. | |
Get the member of oFactionMember's faction that has taken the fewest hit points of damage. | |
Get the member of oFactionMember's faction that has taken the most hit points of damage. | |
Get the weakest member in a faction (party). | |
Get the object faction member with the lowest armor class. | |
Returns a location that is the right flank (to the right and slightly behind) the Target | |
Check if oCreature can be disarmed | |
Determines whether a creature is in combat. | |
Determine who last attacked a creature, door or placeable object. | |
Determine a creature's combat mode. | |
Determine the attack type of a creature's last attack. | |
Get the object which last damaged a creature or placeable object. | |
Get the object that killed the caller. | |
Get the last weapon that oCreature used in an attack. | |
Use the four archetypes to determine the most dangerous group type facing the NPC. | |
Get the total amount of damage that was last dealt to the caller. | |
Makes a guard search for and attack the nearest PC. |
Pages in category "Combat Information Functions"
The following 34 pages are in this category, out of 34 total.
G
- GetAC
- GetAttacksPerRound
- GetAttackTarget
- GetAttemptedAttackTarget
- GetAttemptedSpellTarget
- GetBaseAttackBonus
- GetCharacterLevel
- GetDefensiveCastingMode
- GetDistanceBetween
- GetDistanceToObject
- GetFactionBestAC
- GetFactionLeastDamagedMember
- GetFactionMostDamagedMember
- GetFactionWeakestMember
- GetFactionWorstAC
- GetFlankingRightLocation
- GetIsCreatureDisarmable
- GetIsInCombat
- GetLastAttacker
- GetLastAttackMode
- GetLastAttackType
- GetLastDamager
- GetLastKiller
- GetLastWeaponUsed
- GetMostDangerousClass
- GetSpellAbilityCasterLevel
- GetSpellAbilityCount
- GetSpellAbilityReady
- GetSpellAbilitySpell
- GetTotalDamageDealt