Difference between revisions of "GetUseSound- Potion"
→Example
imported>Kerberus14 |
imported>Kerberus14 |
||
Line 10: | Line 10: | ||
Script example of debugging GetUseSound(): | Script example of debugging GetUseSound(): | ||
The FormList we're using has "NPCHumanEatSoup", "ITMPotionUse" and "ITMFoodEat". (See -> http://puu.sh/hFanV/5ef356185f.png <-) | |||
The FormList we're using has "NPCHumanEatSoup", "ITMPotionUse" and "ITMFoodEat". | |||
"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. |