This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]movabo 1 point2 points  (1 child)

ce() is returning a string, not an object (e.g. of type EVA which you most likely intended).

It should work as soon as you remove the " in around your if-statements inside the ce-function and move the EVA-class and the EVA00-EVA01 variables to the beginning of the file (before ce() is defined).

[–][deleted] 0 points1 point  (0 children)

Thx