Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

K4tz3n

3
Posts
1
Topics
1
Following
A member registered Mar 28, 2024

Recent community posts

Thank you very much again ! This fixed my problem :)

Sorry , I meant it is shown as $global.value  

Hello, maybe someone can help me out  :)
I try to add a variable to the HUD . How do I link them?
lets say I do have a map called "test" and the script is  therefore "test.script ". Now i declare a global variable inside  the "test.script" something simple like "global.value  = 12345". So  I really like to know the script part which gets added  into the HUD.dat, since i  tried to  write it like this  

text 0.01 0.8  "$global.value" -> shows just $global.test as string 
value   0.01 0.8  ->gets deleted

Thank you for your time !