User talk:Awexome/PTurn

From FlightGear wiki
Jump to navigation Jump to search

Code comments

  • 'false' is not a keyword in Nasal
  • so if you don't define a variable named false, it will be nil - i.e. var false = 0;
  • you should use the 'var' keyword when declaring new variables