Difference between revisions of "095A"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
| description = Creates an oyster [[pickup]] | | description = Creates an oyster [[pickup]] | ||
| syntax1 = 095A: [''var''] = create_oyster_at [''flt1''] [''flt2''] [''flt3''] | | syntax1 = 095A: [''var''] = create_oyster_at [''flt1''] [''flt2''] [''flt3''] | ||
− | | p1t = ['' | + | | p1t = [''flt1''] |
− | | p1d = | + | | p1d = X-coordinate |
− | | p2t = ['' | + | | p2t = [''flt2''] |
− | | p2d = | + | | p2d = Y-coordinate |
− | | p3t = ['' | + | | p3t = [''flt3''] |
− | | p3d = | + | | p3d = Z-coordinate |
− | | p4t = ['' | + | | p4t = [''var''] |
− | | p4d = | + | | p4d = Variable to store the handle of the pickup |
}} | }} | ||
Latest revision as of 00:54, 20 November 2016
- Description
- Creates an oyster pickup
- Syntax
- 095A: [var] = create_oyster_at [flt1] [flt2] [flt3]
- Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate
- [var]
- Variable to store the handle of the pickup
This opcode creates an oyster pickup.
Keywords
create, oyster, pickup