- added new slash commando /details reinstall.

- some minor fixes on new tutorials bubles.
This commit is contained in:
terciob19
2014-01-03 12:44:55 -02:00
parent 6394c81b00
commit 2927c55694
7 changed files with 179 additions and 139 deletions
+10 -2
View File
@@ -639,9 +639,17 @@
_detalhes:ScheduleTimer ("delay_tutorial", 60)
end
-- [1] criar nova instancia
-- [2] esticar janela
-- [3] resize e trava
-- [4] shortcut frame
-- [5] micro displays
-- [6] snap windows
function _detalhes:delay_tutorial()
--verificar algo?
_detalhes:run_tutorial()
if (_detalhes.character_data.logons < 2) then
_detalhes:run_tutorial()
end
end
function _detalhes:StartTutorial()