Hm, the ways you show me dont work. I havent any idea.
I only want that the ENTITY moves along the path with ent_movepath()

Code:
path_set(ENTITY* entity,STRING* name)

A8.13 If an empty name string is given, the string is set to the path name the entity is currently attached to



I tried that with
Code:
STRING* tpath;
STRING* tpath = "#40";
STRING* tpath; = str_create("#40");



I dont want to read something, the function shall work.
The ent_movepath function need the name of a
path and I dont know that name because I use
path_create()

Please let me know how it works.
I have headache ...

Wish you a nice day