Read the manual regarding Groups.
Your level 1 spawn function could simply be
Every 3 seconds -> Create monster
Now wrap this inside a group:
Level-1-spawn: Every 3 seconds -> Create monster
After 20 seconds you disable this group using System.Set Group Active:
Trigger Once: Every 20 seconds: System.Set Group Inactive (Level-1-spawn)