Skip to main content

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

entity spawn not working

A topic by xxstyxx created May 18, 2022 Views: 217 Replies: 2
Viewing posts 1 to 2

I just played around with some of the script commands.

Is there a list of working commands?

I tried to spawn an enemy by walking over a Trigger but nothing happens:

entity spawn test 33 21

map return


enemy name is "test" coordinates are right in front of the trigger.

I use the last regular release.

(1 edit)

it is now

entity spawnat entityname x y

there is an unofficial wiki page with updated script commands here https://ragnarrandom.com/uefpsew/index.php/Old_Manual_Scripting

i have tried to comment on what script i know work different in the new version and suchlike

note that in the experimental version there is x y z for coordinates, and will likely be that way in the next version. if i can coerce jessicochan to release the next version sans manual. otherwise we have to wait for a new manual before we get new version.

Holy S! Thank you, man.

Have not seen the wiki, good to know.