This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi,
is it posible to convert a string into pointname ? e.g: Variables: String:Blablabla Point:No Point Trigger Point:=String Create Unit at Point
so the unit is createt at Point Blablabla
hope for fast answer windowssiebenfan (Scarjit)
Points are identified by a number assigned to them, not their names. The name is used only in the editor for ease of use.
The galaxy function for points is: PointFromId(666) (the number is assigned according to the order in which the points were created)
Hi,
is it posible to convert a string into pointname ? e.g: Variables: String:Blablabla Point:No Point Trigger Point:=String Create Unit at Point
so the unit is createt at Point Blablabla
hope for fast answer windowssiebenfan (Scarjit)
Points are identified by a number assigned to them, not their names. The name is used only in the editor for ease of use.
The galaxy function for points is: PointFromId(666) (the number is assigned according to the order in which the points were created)