AIDef:Query/CheckManufactResult: Difference between revisions

imported>Leoetlino
import AI definitions from 1.5.0
 
CEObrainz (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|type=Query
|type=Query
}}
}}
This is used to check how to proceed when a item is selected from the crafting window. Outcome 6 is used when the player presses the cancel button.
{|class="wikitable"
! Result !! Description
|-
| 0 || Can successfully purchase
|-
| 1 || Unknown
|-
| 2 || Unknown
|-
| 3 || Insufficient recipe materials
|-
| 4 || Insufficient rupees
|-
| 5 || No space in inventory
|-
| 6 || Exit
|-
|}
== Derived definitions ==
=== CheckManufactResult (EventSystemActor) ===
{{AIDefDerived
|name=CheckManufactResult
|group_name=
|derived_from=CheckManufactResult
|aiprog=EventSystemActor
}}
No overridden parameters.