Difference between revisions of "087E"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | games = {{Icon|SA}} | |
− | ''' | + | | command = SET_CHAR_DROPS_WEAPONS_WHEN_DEAD |
− | ''' | + | | description = Sets the character's ability to drop weapons when dead |
− | ''' | + | | syntax1 = 087E: set_actor [''char handle''] weapon_droppable [''int''] |
+ | | p1t = [''char handle''] | ||
+ | | p1d = The handle of the character | ||
+ | | p2t = [''int''] | ||
+ | | p2d = 0 = cannot drop, 1 = can drop (default) | ||
+ | }} | ||
− | This opcode | + | This opcode sets the character's ability to drop weapons when dead. |
− | + | == Keywords == | |
− | |||
− | |||
− | |||
− | ==Keywords== | ||
set, toggle, actor, drop, dropable, weapon | set, toggle, actor, drop, dropable, weapon | ||
− | |||
− |
Latest revision as of 23:46, 28 November 2016
SET_CHAR_DROPS_WEAPONS_WHEN_DEAD
- Description
- Sets the character's ability to drop weapons when dead
- Syntax
- 087E: set_actor [char handle] weapon_droppable [int]
- Parameter
- [char handle]
- The handle of the character
- [int]
- 0 = cannot drop, 1 = can drop (default)
This opcode sets the character's ability to drop weapons when dead.
Keywords
set, toggle, actor, drop, dropable, weapon