029B
Revision as of 02:19, 23 July 2015 by Spaceeinstein (talk | contribs) (Created page with "thumb|300px|The left bus sign was created using 0107 while the right was created using 029B, both at ground z. {{Icon|trilogy}} '''CREATE_OBJECT_NO_OFFS...")
Description
- Creates an object without offset at a point
Syntax
- 029B: [var] = init_object [int] at [flt1] [flt2] [flt3]
Parameter
- [var]
- Variable to store the handle of the object
- [int]
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or -100.0 for ground z)
This opcode behaves similarly to opcode 0107 except the z-coordinate uses the center rather than the bottom of the object's bounding box.
Keywords
create, spawn, object, model, no offset