Its exactly how I copied it out of the files
%vars_wordlets_games = (
q!crashdown! => q!Crashdown!,
q!battleships! => q!Battleships!,
q!flashman! => q!Flash Man!,
q!smashing! => q!Smashing!,
q!rocketmandemo! => q!Rocket Man!,
q!sheepish! => q!Sheepish!,
q!stressgame! => q~Stress Relief! Paintball~,
q!rigelianhotshots! => q!Rigelian Hot Shots!,
q!games_games! => q!UBB.Games!,
q!games_index! => q!Games index!,
q!games_link! => q!games!,
q!games_title! => q!Play some games.!,
q!games_courtesy! => q!Games Courtesy of!,
q!games_mod! => q!Games Mod!,
q!choose! => q!Select a game to play.!,
q!games_game! => q!Now Playing... !,
q!back_games_index! => q!Back to Games index!,
);
1;
====
So I tried this and it still does not work
%vars_wordlets_games = (
q!crashdownwm! => q!Crashdown!,
q!battleships! => q!Battleships!,
q!flashmanwm! => q!Flash Man!,
q!smashing! => q!Smashing!,
q!rocketmandemo! => q!Rocket Man!,
q!sheepish! => q!Sheepish!,
q!stressgame! => q~Stress Relief! Paintball~,
q!rigelian_hotshots! => q!Rigelian Hot Shots!,
q!games_games! => q!UBB.Games!,
q!games_index! => q!Games index!,
q!games_link! => q!games!,
q!games_title! => q!Play some games.!,
q!games_courtesy! => q!Games Courtesy of!,
q!games_mod! => q!Games Mod!,
q!choose! => q!Select a game to play.!,
q!games_game! => q!Now Playing... !,
q!back_games_index! => q!Back to Games index!,
);
1;
Then I tried this..
%vars_wordlets_games = (
"crashdownwm" => "Crashdown",
"battleships" => "Battleships",
"flashmanwm" => "Flash Man",
"smashing" => "Smashing",
"rocketmandemo" => "Rocket Man",
"sheepish" => "Sheepish",
"stressgame" => "Stress Relief! Paintball",
"rigelian_hotshots" => "Rigelian Hot Shots",
q!games_games! => q!UBB.Games!,
q!games_index! => q!Games index!,
q!games_link! => q!games!,
q!games_title! => q!Play some games.!,
q!games_courtesy! => q!Games Courtesy of!,
q!games_mod! => q!Games Mod!,
q!choose! => q!Select a game to play.!,
q!games_game! => q!Now Playing... !,
q!back_games_index! => q!Back to Games index!,
);
1;
Still nothing