Rain World

Rain World

Iterator Kit
Shiny 6 Mar, 2024 @ 5:22am
Iterator wont talk at player events
hello!! i have a slight issue, which is that despite my iterator showing up in the chamber,
they wont say a thing outside of pearl dialogue, but thats it

}
}
},
{
"action": "general_idle"
},
{
"event": "playerEnter",
"gravity": 0.9,
"movement": "investigate",
"score": {
"action": "set",
"amount": 17
}
},
{
"action": "startevent",
"event": "playerConversation",
"hold": 3,
"movement": "talk",
"texts": ["Oh, Hello, <PlayerName>!", "What are you doing back here? Do you have something for me?"]
},
{
"event": "playerAttack",
"movement": "keepDistance",
"random": true,
"texts": ["Ow! What was that for?!", "I didn't teach you just for you to act like this!"]
}
]


above i have pasted the code for the talking, if requested then i can send the full code
(also, the campaign with the iterator already starts with a mark so i didnt add it in)
Last edited by Shiny; 6 Mar, 2024 @ 6:01am