birb. Posted September 10, 2018 Hi, do you know the question I asked before? I said it wrong, I meant how to create a THINGS in doom builder (Print) 0 Share this post Link to post
0 Gez Posted September 10, 2018 Create it in DECORATE or ZScript, give it an editor number in DECORATE or ZMAPINFO, and to put it in a category, use //$Category in its DECORATE or ZScript code. 0 Share this post Link to post
0 birb. Posted September 12, 2018 On 10/09/2018 at 17:54, Gez said: Crie-o em DECORATE ou ZScript, forneça um número de editor em DECORATE ou ZMAPINFO e, para colocá-lo em uma categoria, use // $ Category em seu código DECORATE ou ZScript. that way? 0 Share this post Link to post
0 Gez Posted September 13, 2018 No. This way: Actor Whatever : Example 12345 { //$$Category Zero Thing ... } You have to put //$Category followed by the name of the category in the actor block. For ZScript, in the actor's Default block. And it's //$Category. Not // $ -- do not put any space in that, otherwise the editor will think it's just a normal comment and ignore it. https://zdoom.org/wiki/Editor_keys 0 Share this post Link to post
0 birb. Posted September 13, 2018 8 hours ago, Gez said: No. This way: Actor Whatever : Example 12345 { //$$Category Zero Thing ... } You have to put //$Category followed by the name of the category in the actor block. For ZScript, in the actor's Default block. And it's //$Category. Not // $ -- do not put any space in that, otherwise the editor will think it's just a normal comment and ignore it. https://zdoom.org/wiki/Editor_keys and how i add a sprite? 0 Share this post Link to post
0 birb. Posted September 13, 2018 31 minutes ago, Gez said: Para exibir no editor? // $ Sprite When I go to test, this error appears, what do I do? 0 Share this post Link to post
0 birb. Posted September 13, 2018 44 minutes ago, Gez said: Para exibir no editor? // $ Sprite and the sprite are invisible :/ 0 Share this post Link to post
0 Gez Posted September 14, 2018 Looks to me like you have spectacularly messed up. Most likely copy-pasted a lot of stuff that shouldn't have been copy-pasted, since GZDoom is yelling at you about you trying to redefine a ton of internal stuff. 0 Share this post Link to post
Hi, do you know the question I asked before? I said it wrong, I meant how to create a THINGS in doom builder (Print)
Share this post
Link to post