Seems it wasn't the "RPGItem**" which caused the problem anyways. I got the string working as well:

Code:
str_cpy((**_temp).name,"test");



My bad, sorry, it's been a while since I've used C-style pointers grin

Thanks for your time smile