akizawa230
Newcomer
I wanne try make him in home will use sunday Sprite, but the LOCATION_NAME shows
[game] Failed parsing condition 'LOCATION_NAME FarmHouse': required index 2 (_) not found (list has indexes 0 through 1).
how can i make him just change the Sprite when he at home?
how to use LOCATION_NAME?
{
"Action": "Load",
"Target": "Portraits/CodRetiredKeegan_Keegan",
"Priority": "High",
"FromFile": "assets/Portraits/CodRetiredKeegan_Keegan.png"
},
{
"Action": "Load",
"Target": "Portraits/CodRetiredKeegan_Keegan_Sunday",
"Priority": "High",
"FromFile": "assets/Portraits/CodRetiredKeegan_Keegan_Sunday.png"
},
{
"Action": "Load",
"Target": "Portraits/CodRetiredKeegan_Keegan_Home",
"Priority": "High",
"FromFile": "assets/Portraits/CodRetiredKeegan_Keegan.png"
},
{
"LogName": "CodRetiredKeegan_Keegan",
"Action": "EditData",
"Target": "Data/Characters",
"TargetField": [
"CodRetiredKeegan_Keegan",
"Appearance"
],
"Entries": {
"CodRetiredKeegan_Keegan_Sunday": {
"Id": "CodRetiredKeegan_Keegan_Sunday",
"Condition": "DAY_OF_WEEK Sunday,DAY_OF_WEEK Saturday",
"Sprite": "Characters/CodRetiredKeegan_Keegan_Sunday",
"Portrait": "Portraits/CodRetiredKeegan_Keegan_Sunday",
"Precedence": -120
},
"CodRetiredKeegan_Keegan_Home": {
"Id": "CodRetiredKeegan_Keegan_Home",
"Condition": "LOCATION_NAME FarmHouse",
"Sprite": "Characters/CodRetiredKeegan_Keegan_Sunday",
"Portrait": "Portraits/CodRetiredKeegan_Keegan_Sunday",
"Precedence": -130
},
[game] Failed parsing condition 'LOCATION_NAME FarmHouse': required index 2 (_) not found (list has indexes 0 through 1).
how can i make him just change the Sprite when he at home?
how to use LOCATION_NAME?
{
"Action": "Load",
"Target": "Portraits/CodRetiredKeegan_Keegan",
"Priority": "High",
"FromFile": "assets/Portraits/CodRetiredKeegan_Keegan.png"
},
{
"Action": "Load",
"Target": "Portraits/CodRetiredKeegan_Keegan_Sunday",
"Priority": "High",
"FromFile": "assets/Portraits/CodRetiredKeegan_Keegan_Sunday.png"
},
{
"Action": "Load",
"Target": "Portraits/CodRetiredKeegan_Keegan_Home",
"Priority": "High",
"FromFile": "assets/Portraits/CodRetiredKeegan_Keegan.png"
},
{
"LogName": "CodRetiredKeegan_Keegan",
"Action": "EditData",
"Target": "Data/Characters",
"TargetField": [
"CodRetiredKeegan_Keegan",
"Appearance"
],
"Entries": {
"CodRetiredKeegan_Keegan_Sunday": {
"Id": "CodRetiredKeegan_Keegan_Sunday",
"Condition": "DAY_OF_WEEK Sunday,DAY_OF_WEEK Saturday",
"Sprite": "Characters/CodRetiredKeegan_Keegan_Sunday",
"Portrait": "Portraits/CodRetiredKeegan_Keegan_Sunday",
"Precedence": -120
},
"CodRetiredKeegan_Keegan_Home": {
"Id": "CodRetiredKeegan_Keegan_Home",
"Condition": "LOCATION_NAME FarmHouse",
"Sprite": "Characters/CodRetiredKeegan_Keegan_Sunday",
"Portrait": "Portraits/CodRetiredKeegan_Keegan_Sunday",
"Precedence": -130
},