I'm trying to make a trigger understand that there is a point called "x".
1. I placed a point on my map.
2. Named it "x".
3. Made a function in a trigger that uses a point.
4. Used Convert String to Point and wrote "x" in the String.
The trigger works if I point out the Point directly. But it cannot seem to find it itself using a String.
Is it normally impossible to convert Strings to Points or is there a way?
Edit: -- Solved --
Use "Point from Name" instead and it works.
1. I placed a point on my map.
2. Named it "x".
3. Made a function in a trigger that uses a point.
4. Used Convert String to Point and wrote "x" in the String.
The trigger works if I point out the Point directly. But it cannot seem to find it itself using a String.
Is it normally impossible to convert Strings to Points or is there a way?
Edit: -- Solved --
Use "Point from Name" instead and it works.