Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Darkstalker

Things number

Recommended Posts

I've been having trouble with the things numbers. When a switch is activated, the thing {fountain(green)}is supposed to appear via Thing_Spawn but i need the number of the thing. Where can I get the list of the things numbers ?

Share this post


Link to post

Assuming we are talking Zdoom, get the info you need here:

http://zdoom.notgod.com/reference/spawnables.html

Which is part of the online manual:

http://zdoom.notgod.com/reference/

Names (as listed on the above linked page) or thing numbers should work fine in a script. To be fair though, I can't see a fountain in the list (anyone?). Although, if you put a fountain on a map but flag it as "dormant" it will not produce particles until you activate it using

Thing_Activate (tid)

And you can deactivate it again using

Thing_Deactivate (tid)

You can get a downloadable version of the Zdoom editing reference from http://zdoom.notgod.com/download.php but it doesn't include much, if any, of the new zdoom 1.23 features (still very useful though).

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
×