Making an RPG with AGS: Difference between revisions
→Turn Based Fights: Weapons, Magics, Enemies, and Enemy A.I.
Line 78: | Line 78: | ||
And the second step of the scripts (write them in the next "Run Script" hotspot command): | And the second step of the scripts (write them in the next "Run Script" hotspot command): | ||
---- | |||
''if (GetGlobalInt(5) <= 0) { | ''if (GetGlobalInt(5) <= 0) { | ||
GUIOff(4); | GUIOff(4); |