Text only
|
Text with Images
Adventure Game Studio
AGS Support => Beginners' Technical Questions => Topic started by: GoodGuy on Sat 01/04/2017 14:30:39
Title:
Global #define MyReplace 1. It is possible?
Post by:
GoodGuy
on
Sat 01/04/2017 14:30:39
Hi! AGS is able to make a global variable. Do AGS is able to make a global #define MyReplace 1?
Title:
Re: Global #define MyReplace 1. It is possible?
Post by:
Snarky
on
Sat 01/04/2017 15:32:47
Put the #define in a header, and it will be valid for all following scripts.
Title:
Re: Global #define MyReplace 1. It is possible?
Post by:
GoodGuy
on
Sat 01/04/2017 16:33:51
Oh, genial is simple.
Text only
|
Text with Images