So, the idea is on entering the zone. Remove all items from the player and then give them a kit.
Prob is that currently it gives the kit then removes it.
{
"Zone ID": "0001",
"Actions": [
{
"Frequency": "Always",
"Time Frequency": null,
"Use Game Time": false,
"Run On": "Enter",
"Commands": [
{
"Command": "/cleaninv",
"Arguments": [],
"Clientside": true,
"Chat Command": true
},
{
"Command": "kit give {player.id} Lobby",
"Arguments": [],
"Clientside": false,
"Chat Command": false
}]
},
{
"Frequency": "Always",
"Time Frequency": null,
"Use Game Time": false,
"Run On": "Exit",
"Commands": [
{
"Command": "/cleaninv",
"Arguments": [],
"Clientside": true,
"Chat Command": true
}]}]}
They ideas on how to fix this?