Difference between revisions of "095A"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | ''' | + | | games = {{Icon|SA}} |
− | ''' | + | | command = CREATE_OYSTER_PICKUP |
− | ''' | + | | description = Creates an oyster [[pickup]] |
− | ''' | + | | syntax1 = 095A: [''var''] = create_oyster_at [''flt1''] [''flt2''] [''flt3''] |
− | ''' | + | | p1t = [''flt1''] |
− | + | | p1d = X-coordinate | |
+ | | p2t = [''flt2''] | ||
+ | | p2d = Y-coordinate | ||
+ | | p3t = [''flt3''] | ||
+ | | p3d = Z-coordinate | ||
+ | | p4t = [''var''] | ||
+ | | p4d = Variable to store the handle of the pickup | ||
+ | }} | ||
− | + | This opcode creates an oyster pickup. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ==Keywords== | + | == Keywords == |
create, oyster, pickup | create, oyster, 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