ErzaMichaelis
Newcomer
Hi! I'm trying to fork and event within a temp map. But the same result is playing for both fork paths. It's not playing the alternate path. This is how I have it formatted:
Hi! I'm trying to fork and event within a temp map. But the same result is playing for both fork paths. It's not playing the alternate path. This is how I have it formatted:
{
"Format": "1.29.0",
"Changes": [
{
"Action": "Load",
"Target": "Maps/HarveyAnniversary",
"FromFile": "assets/HarveyAnniversary.tmx"
},
{
"Action": "EditData",
"Target": "Data/Events/Town",
"Entries": {
"2127759/f Harvey 1250/t 2000 2200": "script/question fork0 \"What should I do?#Yes#No\"/fork declineHarvey/script"
}
},
{
"Action": "EditData",
"Target": "Data/Events/Temp",
"Entries": {
"declineHarvey": "script"
}
}
]
}
What am I doing wrong? Earlier I got a "the given key was not present in the dictionary" error for "fork declineHarvey". But now the error is gone but the 1st paths result is playing for the 2nd path too.
Thanks in advance!!!!
Hi! I'm trying to fork and event within a temp map. But the same result is playing for both fork paths. It's not playing the alternate path. This is how I have it formatted:
{
"Format": "1.29.0",
"Changes": [
{
"Action": "Load",
"Target": "Maps/HarveyAnniversary",
"FromFile": "assets/HarveyAnniversary.tmx"
},
{
"Action": "EditData",
"Target": "Data/Events/Town",
"Entries": {
"2127759/f Harvey 1250/t 2000 2200": "script/question fork0 \"What should I do?#Yes#No\"/fork declineHarvey/script"
}
},
{
"Action": "EditData",
"Target": "Data/Events/Temp",
"Entries": {
"declineHarvey": "script"
}
}
]
}
What am I doing wrong? Earlier I got a "the given key was not present in the dictionary" error for "fork declineHarvey". But now the error is gone but the 1st paths result is playing for the 2nd path too.
Thanks in advance!!!!
Last edited: