How to call one scenario, wait for it to complete, then call others?

Before I call my main scenario with tonnes of users, I want to call another scenario for one user that does a few setup rest calls on the server.

How would I do that?

Thanks.

Hack, Gatling’s no orchestrator.
If you want to initialize your system under test this way, have a dedicated simulation and launch one after another, for example with maven executions or Jenkins jobs.

Cheers,

Stéphane