Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I have a question

How can I make the GAB window appear above an event?

I already filled out target and event ID but it doesnt pop up

Does the event have to be stationary for the GAB window to pop up above it?

Usually, a script like this should work:

$gameScreen.addGabWindow('helloWorld', {
  align: 'center',
  autoExpire: 60,
  eventId: 1,
  text: '\\C[1]Hello World!',
})