1
Technical forum / Global variable problem
« on: May 17, 2010, 12:27:31 PM »
I want some global values like score, time, player's name etc.
I put a global variable in base.inc (I tried const.inc and game.script too).
Anywhere in game I change this value and use it with a textbox.
But textbox always shows null.Only it works when I give value in same script.
I put a global variable in base.inc (I tried const.inc and game.script too).
Anywhere in game I change this value and use it with a textbox.
But textbox always shows null.Only it works when I give value in same script.