• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Unsolved] Convert String to Point

Status
Not open for further replies.
Level 8
Joined
Oct 2, 2013
Messages
288
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.
 
Status
Not open for further replies.
Top