- Joined
- Sep 20, 2005
- Messages
- 72
I've encountered a strange problem lately. In one trigger i try to create 14 floating texts that label several locations on the map. I need these to be permanent (yet can be disabled), so it was simple. or so i thought...
all i do is
- create templocation
- create floating text at this location
- set floating text array pointing to last created floating text
- remove templocation
and i do this 14 times repeatedly (i would put them in an array, but i need them different colors, so this would be less work)
now this seems to work fine for the first 3 floating texts (and its always these 3 that appear), but then none of the other ones gets created!
if i add some random wait between the floating texts (which is ridiculous in itself already, shouldnt have a single effect), i can sometimes get 2 of the texts working, but its unpredictable. So strange
any ideas?
all i do is
- create templocation
- create floating text at this location
- set floating text array pointing to last created floating text
- remove templocation
and i do this 14 times repeatedly (i would put them in an array, but i need them different colors, so this would be less work)
now this seems to work fine for the first 3 floating texts (and its always these 3 that appear), but then none of the other ones gets created!
if i add some random wait between the floating texts (which is ridiculous in itself already, shouldnt have a single effect), i can sometimes get 2 of the texts working, but its unpredictable. So strange
any ideas?