×
Меню
Индекс

MSFD Determine how many kills a werewolf has

 
[no fix] GetWerewolfKills (returns short ?)
 
This keeps count of how many NPC’s killed by the player when in werewolf form. Each time an NPC is killed while the PC is a werewolf, one is added to this count. It is reset automatically when the PC changes back into human form.
 
if ( GetWerewolfKills > 0 )
     ; Do code to stop the PC from being affected by the hunger.
endif