Page 1 of 1

Can someone help me with this? (SOLVED)

Posted: Thu Jan 02, 2014 1:00 pm
by Guardsoul
Im getting the same error when trying to test something that Ive created:

Image

But when I look at the code, everything is right!.

Image

Im starting to lose my patience with this thing and unfortunately I cant share the mod because its still on developement. Can someone help me?

Thanks in advance.

RE: Can someone help me with this?

Posted: Thu Jan 02, 2014 1:11 pm
by Klofkac
NULL cannot be used as sprite. You can see that it is purple unlike other sprites.
SLADE uses purple for constants. You have to use different sprite name.

RE: Can someone help me with this?

Posted: Thu Jan 02, 2014 1:13 pm
by Guardsoul
Changed to TNT1. Same thing :/

RE: Can someone help me with this?

Posted: Thu Jan 02, 2014 1:45 pm
by -Jes-
("BlotSmoke", 0, 0, 32),

That ) should not be there.
Net result is that the parser thinks the , after that part of every spawnitemex is the next line's sprite.

RE: Can someone help me with this?

Posted: Thu Jan 02, 2014 1:50 pm
by Guardsoul
It worked! Now I got a different error but that a completely different story that I can fix by myself :P

Thanks Jes!!