Implement runtime variable event conditions
This commit is contained in:
parent
d3790c2ae3
commit
bd9e1421a1
15 changed files with 1442 additions and 29 deletions
|
|
@ -208,6 +208,7 @@ def classify(
|
|||
executable_in_runtime = True
|
||||
elif 503 <= descriptor_id <= 519:
|
||||
parameter_family = "world_building_spawn"
|
||||
label = f"Add Building Slot {descriptor_id - 502}"
|
||||
runtime_status = "shell_owned"
|
||||
elif signature_byte_0x63 == 0 and signature_byte_0x64 == 0x8F:
|
||||
parameter_family = "runtime_variable_scalar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue