1// executed at first run, don't change
2
3persistidents 0
4
5const delayed_firstrun [
6  music "pingpong/Ping_Pong_-_Kamikadze.ogg" 89000 [ ] // 90 secs, fade
7
8  new_gfx_quality 3
9  echo Welcome to AssaultCube
10  echo Developed by'Rabid Viper Productions'
11  echo []
12  echo Use the below menu to change some necessary settings...
13  echo []
14  echo Further help & information can be found in your README which is inside your AssaultCube directory.
15  showmenu [QUICK setup]
16]
17
18sleep 1000 delayed_firstrun
19
20persistidents 1