WaitEvent() =========== This function returns an EnemyEvent object which has no effect or damage and simply makes the Enemy wait. **Parameter** * time : float - Time to wait for in seconds. **Return** This function returns a *EnemyEvent* object. **Usage** .. code-block:: python enemyEvent = WaitEvent(10)