PDA

View Full Version : adding creatures



Junkman1217
September 3rd, 2020, 04:16
I've downloaded the latest version of FX 4.8), I did a fresh install, I am trying to add creatures to a level, but it doesn't seem to work
I added all the necessary things

LEVEL_VERSION(1)

then

ADD_CREATURE_TO_LEVEL(​PLAYER0,SAMURAI,DUNGEON_H EART,12,​8,​0)

when I try and save it, a dialog box pops up
"This file contains characters in the Unicode format which will be lost if you save this file as a ANSI encoded text file. To keep the Unicode information click Cancel below and then select one of the Unicode options from the Encoding drop down list"

thanks for all your continued work!

YourMaster
September 3rd, 2020, 11:27
What you want is written like this:


ADD_CREATURE_TO_LEVEL(​PLAYER0,SAMURAI,PLAYER0,1 2,​8,​0)