1. For now I want to check if server.radiation is True and then change it with the plugin from time to time.
     
  2. Wulf

    Wulf Community Admin

    Try either:
    Code:
    if global.server.radiation == true
    or
    Code:
    if global.server.radiation == "true"
    I'm not sure if it's a string or a bool.
     
  3. bool
    tnx ;)