0517
Revision as of 17:58, 5 September 2015 by Spaceeinstein (talk | contribs) (Created page with "thumb|0517 pickup in Vice City {{Icon|VC}} {{Icon|SA}} '''CREATE_<wbr>LOCKED_<wbr>PROPERTY_<wbr>PICKUP''' <hr /> '''Description''' : Creates a locked propert...")
Description
- Creates a locked property pickup
Syntax
- 0517: [var] = create_unavailable_asset_pickup '[string]' at [flt1] [flt2] [flt3]
Parameter
- [var]
- Variable to store the handle of the pickup
- [string]
- GXT string
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or -100.0 for ground z + 0.5 units)
This opcode creates a type 17 locked property pickup. It uses the property_locked
DFF model. Unlike other pickups, pickups of this type do not disappear when the player character walks over them. Walking over the pickup displays a help message using the set GXT string.
Keywords
create, locked, lock, property, unavailable, asset, pickup