Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
*google*
.... YOOOOOOO hot coffee time!! how exciting :'D
Just use the beta version on steam.
Here's the full changelog:
Event(**{
"name": "office_party_set_up",
"label": ["office_party_set_up"],
"duration": 0,
"priority": 500,
"game_conditions":{"activity":["work","workhard","work_personal","workhard_personal"],"days":"123","flagmin_promoted":5, "flag_female":0},
"girls_conditions": {"aletta":{"valid": True}},
"do_once":True,
"quit": True
})
21.12 code
Event(**{
"name": "office_party_set_up",
"label": ["office_party_set_up"],
"duration": 0,
"priority": 500,
"conditions": [ <-----MISTAKE????
"activity_is(['work','workhard','work_personal','workhard_personal'])",
"Room.has_tag(aletta.room, 'office')"
],
"game_conditions":{"days":"123","flagmin_promoted":5, "flag_female":0},
"girls_conditions": {"aletta":{"valid": True}},
"do_once":True,
"quit": True
})
I dont have experience with renpy code but i think it should be game_conditions instead of conditions
Just tested in-game, replaced the event with 21.11 code and i got promoted.
The code for lavish start is similar to office party so im going to replace it with the old version again, see what happens
Edit: So i figured out whats happening. the mistake is the room tag
"Room.has_tag(aletta.room, 'office')" it should be work instead of office, the same for the lavish start event. i changed both and i had the office party and lavish unlocked. However i get the office party at the second promotion, before alexis. Dont know why