Help somone :( user variabes :(
Posted: Fri Nov 12, 2010 4:21 pm
Oh how do you make user variables work in your game! my limits aaaaaaaaa! like a cage!! HELLP!
Game Editor discussion board
http://game-editor.com/forum/
schnellboot wrote:Integer = a number like 8
Float = a number with . like 8.1
String = text like “hello world“
Actor variable = only inside the actor avaiable
Global variable = everywhere avaiable
myvar = 5; //if you use it like this, the current actors myvar will come equal to 5
player.myvar = 3; //if you use it like this, player actors myvar will come equal to 3
Turon wrote:What is a integer float or string?
lcl wrote:Turon wrote:What is a integer float or string?
Schnellboot told you already.
You should read better what is said to you.