雨世界

雨世界

Iterator Kit
Shiny 2024 年 3 月 6 日 上午 5:22
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)
最后由 Shiny 编辑于; 2024 年 3 月 6 日 上午 6:01