Difference between revisions of "GetUseSound- Potion"
Jump to navigation
Jump to search
no edit summary
imported>Kerberus14 |
imported>Kerberus14 |
||
Line 16: | Line 16: | ||
Script example of debugging GetUseSound(): | Script example of debugging GetUseSound(): | ||
The FormList we're using has "NPCHumanEatSoup", "ITMPotionUse" and "ITMFoodEat". | The FormList we're using has "NPCHumanEatSoup", "ITMPotionUse" and "ITMFoodEat" as Sound Descriptors. | ||
"NPCHumanEatSoup" is playing when the player eats a stew or soup item. | "NPCHumanEatSoup" is playing when the player eats a stew or soup item. | ||
"ITMPotionUse" is playing when the player drinks a potion or any liquid item such as ale or wine. | "ITMPotionUse" is playing when the player drinks a potion or any liquid item such as ale or wine. |