IsPoison- Potion
Revision as of 01:14, 9 June 2015 by imported>Notanon (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Potion Script Returns whether this potion is poison. (This function requires SKSE) ==...")
SKSE Member of: Potion Script
Returns whether this potion is poison. (This function requires SKSE)
Syntax
bool Function IsPoison() native
Parameters
None
Return Value
Returns whether this potion is food.
Examples
Potion Property Ale Auto
If Ale.IsPotion()
Debug.Trace("Ack, it's poison!")
Else
Debug.Trace("Whew, it isn't poisonous!")
Endif