Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: andyandyandy on August 29, 2020, 11:49:21 PM

Title: Limit Text Chats online
Post by: andyandyandy on August 29, 2020, 11:49:21 PM
There's chat in my game and I want to limit it to lets say 10 chats in the box, I'm trying to do something like find child or renaming each created text game object and delete the last 10th text but I'm having trouble trying to build it.
Title: Re: Limit Text Chats online
Post by: djaydino on August 30, 2020, 06:27:35 AM
Hi.
Probably best to use array maker

Add a String then check size if greater than 10 remove the array on index 0

Here's a video on array maker :

Title: Re: Limit Text Chats online
Post by: andyandyandy on August 30, 2020, 05:08:29 PM
thank you so much!