Fixed syntax error in tutorial script. Finished fleshing out the opening script and related scripts for Limsa.

This commit is contained in:
Filip Maj 2017-03-19 11:40:41 -04:00
parent 77e0639410
commit 7b205c7b9b
6 changed files with 53 additions and 50 deletions

View file

@ -36,8 +36,9 @@ end
function openTutorialWidget(player, controllerType, widgetId)
--Default to keyboard if somethings fucky
if (controllerType ~= CONTROLLER_GAMEPAD)
if (controllerType ~= CONTROLLER_GAMEPAD) then
controllerType = CONTROLLER_KEYBOARD;
end
player:SendRequestedInfo(4, nil, nil, controllerType, widgetId);
end