Jump to content

Unexpected identifier, dont know what to do


Recommended Posts

recently ive been working on a tactical-ish doom mod, with it im was making a tokens text file so when you start up the game it plays an animation, but every time I try to boot it up it just says this:

image.png.494a970cd40e6460fe73dc8684a8c35f.png

I really dont get what im missing within the file, as examples ive seen only have tokens in the file and nothing else

also heres what the file looks like:

image.png.5c0d006110b93cd0bc762f468f5dcd88.png

Help would be appreciated

Share this post


Link to post

Looks like you're trying to include a DECORATE file from ZScript. That doesn't work. Instead create a "decorate" file (with any extension) in the base directory and include your file from there.

Share this post


Link to post
7 hours ago, boris said:

Looks like you're trying to include a DECORATE file from ZScript. That doesn't work. Instead create a "decorate" file (with any extension) in the base directory and include your file from there.

I removed the decorate file from the zscript file and it worked! thanks man

before:

image.png.b8208a33095c1818793744c9c51cd179.png

after:

image.png.8b051cdbba9e395c6f87bd2d9a264567.png

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...