Команды профиля игрока
Смена персонажа
GetPlayer().prefab = "character"
Меняет текущего персонажа, на ведённого в команде (например для Максвелла это waxwell). Чтобы изменения вступили в силу, требуется сохранить игру и выйти.
Разблокировка персонажей
GetPlayer().profile:UnlockCharacter("willow")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("wolfgang")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("wendy")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("wx78")
GetPlayer().profile:Save()
- Разблокировка Уикерботтом
GetPlayer().profile:UnlockCharacter("wickerbottom")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("woodie")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("wes")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("waxwell")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("wigfrid")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("webber")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("walani")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("warly")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("wilbur")
GetPlayer().profile:Save()
GetPlayer().profile:UnlockCharacter("woodlegs")
GetPlayer().profile:Save()
- Разблокировка всех персонажей
GetPlayer().profile:UnlockEverything()
Сохранение настроек профиля
GetPlayer().profile:Save()
|