Difference between revisions of "Use Action:Story Use"
From Divinity Engine Wiki
(Created page with "==== Use Action Name ==== * '''Story Use''' ==== Use Action Parameters ==== - ===== Description ===== Makes an item interactable, but adds no specific functionality. Used when...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
- | - | ||
===== Description ===== | ===== Description ===== | ||
− | Makes an item interactable, but adds no specific functionality. Used when script needs to react to and handle the use of an item. | + | Makes an item interactable, but adds no specific functionality. Used when script needs to react to and handle the use of an item. If the item can be picked up, using it will be the default action, not picking it up. |
==== Use Action Display Name ==== | ==== Use Action Display Name ==== | ||
*''Use'' | *''Use'' | ||
+ | ==== See Also: ==== | ||
+ | [[Use_Action:Story_UseInInventory]]<br> | ||
+ | [[Use_Action:Story_UseInInventoryOnly]] | ||
[[Category:Use Actions|Story_Use]] | [[Category:Use Actions|Story_Use]] |
Latest revision as of 15:08, 18 December 2017
Contents
Use Action Name
- Story Use
Use Action Parameters
-
Description
Makes an item interactable, but adds no specific functionality. Used when script needs to react to and handle the use of an item. If the item can be picked up, using it will be the default action, not picking it up.
Use Action Display Name
- Use
See Also:
Use_Action:Story_UseInInventory
Use_Action:Story_UseInInventoryOnly