hey,
i really have a problem where i need help.
when i load a new level, i want to restore all the player skills and flags in the new level. but how can i save it. i tried it with temp variables.
to create the player i use the function
create(player_mod, posStart,player_walk);
this works, but i dont have a my pointer or a reference on the player. also i dont know the name.
how can i restore the values?
thanks for any help
--dan