P3D-Legacy/P3D/World/ActionScript/V2/ScriptConstructs
JappaWakka 319ad9b231 Added @item.select and <inventory.selected>
@item.select(AllowedPages,AllowedItems)
Opens an item select screen with only the specified item type pages (separated with ";", e.g. "0;1;2" or "standard;medicine;plants") and possible item IDs (single items separated with ";", or with a "-" if you want a range, e.g. "2000-2066"
Both variables are optional. If AllowedPages is empty, all pages are allowed. If AllowItems is empty, all items are allowed.

<inventory.selected>
Returns the ID of the item selected in the screen opened by @item.select(AllowedPages,AllowedItems)
2023-05-31 12:34:11 +02:00
..
DoBattle.vb Added <battle.caught> command 2019-10-31 23:57:27 +03:00
DoCamera.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoDaycare.vb add optional param for <daycare.canbreed> 2022-05-08 02:02:26 -05:00
DoEntity.vb Added some constructs 2022-02-03 22:25:09 +01:00
DoEnvironment.vb region and regionalform envir constructs 2022-07-05 23:45:03 -05:00
DoFilesystem.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoInventory.vb Added @item.select and <inventory.selected> 2023-05-31 12:34:11 +02:00
DoLevel.vb Added some constructs 2022-02-03 22:25:09 +01:00
DoMath.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoNPC.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoOverworldPokemon.vb N texture and following pokemon ID 2019-10-09 21:30:06 -05:00
DoPhone.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoPlayer.vb coin scripts 2023-05-29 20:33:16 -05:00
DoPokedex.vb create several constructs to return data about a generic pokemon 2021-10-26 01:29:14 -05:00
DoPokemon.vb document scripts in code 2021-10-19 14:36:47 -05:00
DoRadio.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoRegister.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoRival.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoStorage.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
DoSystem.vb Added missing run key from <system.button(str)> 2023-05-02 11:26:14 +02:00