keatongregg
Member
- Messages
- 19
- Reaction score
- 7
- Points
- 8
When I try to bind functions to buttons they don't seem to do anything in game.
Example:
function Test()
{
if(self actionslottwobuttonpressed()) self iPrintln("Test");
}
Then if I try a loop it just freezes the game.
Example:
function Test()
{
for(;
{
if(self actionslottwobuttonpressed()) self iPrintln("Test");
}
}
Can anybody help me please?
Example:
function Test()
{
if(self actionslottwobuttonpressed()) self iPrintln("Test");
}
Then if I try a loop it just freezes the game.
Example:
function Test()
{
for(;
{
if(self actionslottwobuttonpressed()) self iPrintln("Test");
}
}
Can anybody help me please?