What these actions will do?

Hi, i need help
suggestion1

suggestion2
How to get start accepting players , stop aceppting players and add a new bot player?

1 Like

You can’t access those scripts anymore. It’s deprecated.

I’m pretty sure you can access those scripts back in the day. Somewhere between 2017-2019.

For example, this script:

reload script's json

{
“name”: “reload item”,
“actions”: [
{
“item”: {
“entity”: {
“function”: “getLastCastingUnit”
},
“function”: “getItemCurrentlyHeldByUnit”
},
“type”: “reloadItem”,
“disabled”: false
}
],
“conditions”: [
{
“operandType”: “boolean”,
“operator”: “==”
},
true,
true
],
“triggers”: ,
“key”: “NMkxnSjNzy”,
“parent”: “bSuApAVSWh”,
“order”: 3
}

If you try to copy and paste that, then it will look like this:

Correct me if I’m wrong.

2 Likes

What about add a new bot player?

2 Likes

It’s deprecated. It used to be there but no longer. Don’t know the reason though.

2 Likes

Weird. it’s still there on the documentations. but it cannot be found on add new actions

2 Likes

never add this bot player script in your game before it removed then it will keep make other player become bot
even delete it

2 Likes

What did start accepting players and stop accepting players do :question:

1 Like

Nevermind, it’s only availbile for advanced tier, i checked it and i got access to these

2 Likes