Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+3)

Prerendered video: https://pixelwolf.net/efpse/wiki/index.php?title=System_Resources

Text dialogue on entities when you interact with them? Do this

1. go to the Scripts folder in Easy FPS Maker
2. Make new txt file
3. Name it based on the entity you want to interact with (e.g. Giant Rat) and save it as (entity name).script for example GiantRat.script
4. paste the following:

text "I'm a rat, yay"

5. In the game, approach Giant Rat and press E. He will say "I'm a rat, yay"