oh and with string:


Code:
#include <acknex.h>
#include <default.c>

STRING **str_Dialogue_Array;
STRING* alloziiere_1()
{
	var i = 10;
	return malloc(sys_malloc (sizeof(STRING*) * i));	
}

function main()
{
str_Dialogue_Array = alloziiere_1();

str_Dialogue_Array[i] = str_create("");

}



its a global initalized String array with dynamic size ^^ <3


meine website mit 3dgs sachen =) //noch nicht ganz umgebaut ^^"
http://flashbreaker.com/home.html
und mein YT channel mit diversen game entwicklungs videos, vor allem shader zeugs
https://www.youtube.com/user/tagimbul/videos