## If a form has not been submitted with step, then don't update the mainFrame. ## Since FML is executed before the HTML is generated, this script will only appear ## when the simulation is running. #if($Values.get('stop_sim').Result == 1)

#end
## If we are not at the end of the simulation, let the user change decisions. #if($ModelInfo.SimStep < $ModelInfo.EndStep)





by Sports Business Simulations

#if ($Values.get('tv_ratings').Result < 6) TV ratings are low #else TV ratings look good
#end

Month

$ModelInfo.SimTime

Your total score is

$Values.totalscore

Sim Step

$ModelInfo.SimStep of $ModelInfo.EndStep

#CustomLineGraph(['tv_ratings'] 310 210 "0xFFFFFF" true "month" "" 2) #CustomLineGraph(['noi'] 310 210 "0xFFFFFF" true "month" "" 2)


#if($Values.get('noi').Result < -10000000 ) XFL losing money. Consider increasing ticket prices or decreasing player payroll. #else #end

#if($Values.get('noi').Result > 0) XFL "in the black:" net operating income over zero. #else #end

#if($Values.get('average_player_salary').Result > 300000) Average XFL player salary over $300,000. XFL attracting NFL players and higher ratings. #else #end

#if($Values.get('ratings').Result < 1) Low ratings may lead to end of television coverage. #else #end

#if($Values.get('tv_contract_renewed').Result== 1) New six-year, $600 million TV contract awarded! XFL to receive $100 million each year. It will be placed in the fiscal reserve. #else #end


Net Operating Income
Main Table
NBC ROI balance
Weekly Attendance
TV Ratings
All Fiscal Data
Scoring
Revenue
Expenses


Day for games Here, you choose the day when the XFL games are played You can select any one of the seven days of the week. The day of the week effects the number of people who will watch the games on television.
Average Player Salary This variable allows you to set the average salary for each player. The standard for the XFL was $50,000, but you can adjust the salary to as high as $1.5 million. The higher salary permits you to attract better players from the NFL, leading to better TV ratings.
Average Ticket Price The average ticket price can be increased to as much as $80. But be careful because too great a ticket price could keep patrons away from the games.
Marketing Expense Per Team In the XFL system, the marketing costs were paid for by the league itself, not each team individually. Thus, as you increase the marketing expense, its multiplied by the number of teams in the league. A higher marketing expenditure draws more fans to games.
Team Location Strategy In reality, the XFL attempted to locate teams in cities that had NFL clubs playing in their stadiums, with the exception of Las Vegas. This variable permits you to try different location strategies. From a combination of teams located in NFL cities, coupled with warm weather locations, to pure "sunbelt" locations. The ultimate impact is on attendance. It's better with warmer climates.
Number of Teams This is the variable you use to add or subtract teams in the XFL. You may consider this as a cost-cutting measure.
Number of XFL Employees Another cost cutting measure is a change in the number of XFL employees. You can alter than here.
Reserve Drawn to Counter Negative NOI With this, you can transfer money to cover a loss in the operating budget. But be careful not to spend down all of your reserve.

## When we are in the final time step (when SimStep == EndStep) then ## we can't enter decisions, so don't display them. #else #end