-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pojenie zwierzaka (#1263) * Rozne poprawki (#1264) * pojenie zwierzaka * gp spec pudlo dodanie kategorii npc_spece ruiny rinde - woda, lokalizacja * wbiles/wbilas postepy * zenska wersja na postepy bloker w wiatraku * fix event * remove not neede trigger * konfigurowanie komendy do zaslony * fix missing comma * dystans w asystencie (#1265) * Wizualizacja dla dylizansow (#1266) * wizualizacja trasy transportow * more often updates * maribor - fix rides - visualisation * remove test feed triggers * ride progress doc * korekta kolejnosci triggerow dla tablicy paczek Co-authored-by: Delwing <Delwing@users.noreply.github.com> Co-authored-by: Piotr <delwing@gmail.com>
- Loading branch information
1 parent
444c1ca
commit 9fbfbe6
Showing
30 changed files
with
219 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
scripts.character.info_update = scripts.character.info_update or {} | ||
scripts.character.info = scripts.character.info or { | ||
gender = "male" | ||
} | ||
|
||
function scripts.character.info_update:init() | ||
self.handler = scripts.event_register:force_register_event_handler(self.handler, "gmcp.char.info", function() | ||
scripts.character.info = gmcp.char.info | ||
end) | ||
end | ||
|
||
function scripts.character:is_male() | ||
return self.info.gender == "male" | ||
end | ||
|
||
scripts.character.info_update:init() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.