• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

set

  1. bWolfie

    Set variable called from defined array?

    Hello, I want to set a permanent character variable that calls from an array. For example, my variable set up:     setarray(variable$[0],         "value_1",         "value_2",         "value_3"     );  And then call array to set the variable:         variable$[2] = 1; It seems to work...
  2. bWolfie

    Set font color in message box?

    Hello again Hercules, I want to set a variable so when it is 1, it can appear in a message box next to writing in a 'mes' box. But I can't figure out how to make it work. E.g. I set my variable to 1. set @color, 1; And then whenever  if (.color == 1) { ^00ff00; } else { ^ff0000; } It...
Back
Top