Anonymous user
Scripting, Code & Interaction: Difference between revisions
→AGS Pointers for Dummies (A reference for the rest of us!)
Line 396: | Line 396: | ||
Character* Char[50]; | Character* Char[50]; | ||
}; | }; | ||
Then, just by creating a variable of this type, you can create 50 new character-statistic variables at once! | |||
Now then, I hope this helps everyone to understand pointers in AGS a little bit better. | Now then, I hope this helps everyone to understand pointers in AGS a little bit better. | ||
[[Category:AGS Beginners' FAQ]] | [[Category:AGS Beginners' FAQ]] |