Class instance OOP, better prototypical OOP

V2 is officially in prerelease/beta:

Please test it out!

there is an error with the hash map variable

i wish i had any idea what this is

i wish i had any idea what this is

By “this” do you mean the entire thread? Have you used object oriented programming in any context?

Did you input a valid object? It errors if you don’t put a valid object.

Problems in the key finder block

Look at the definition of key finder block using hash maps:

Problem 1. The input slot variable name is misspelled.

The input slot variable name for the hash map input is hashmap, but the name of the input slot variable you used is hash map.
hashmap is not the same input slot variable name hash map, resulting to the following problem: a variable of name 'hash map' does not exist in this context.

The conclusion is that the input slot variable name for the hash map input must be renamed to hash map.

Problem 2. The script variable name is different from the used variable name.

The script variable name for the hash map input is a-list, but the name of the input slot variable you used is location.
a-list is not the same input slot variable name location, resulting to the following problem: a variable of name 'location' does not exist in this context.

The conclusion is that the script variable name for the hash map input must be renamed to location, using the rename all... option.

Problems in The entire OOP Project

It’s not working if I fix the errors appeared in the project.

Fixed!


JSYK, you do not have to make your messages professional in the forums.

It might be an AI translating tool, but I might be wrong.

Probably :/

hey, sorry to bring this up here, but i’ve gotten some updates made on the music ADT visuals, i just can’t bump the topic because of the 2 reply limit, so i edited my last post instead :)

i’ll probably delete this post once the other topic gets bumped up again, sorry for being off-topic!!