Code: Select all
ACTOR PairOfGlasses 5533
{
//$Category Decoration
//$Title Pair Of Glasses
//$Sprite GLSSA0
Scale 0.1
Radius 8
Height 8
States
{
Spawn:
GLSS A -1
Stop
}
}
Thanks in advance.
Moderator: GZDoom Developers
Code: Select all
ACTOR PairOfGlasses 5533
{
//$Category Decoration
//$Title Pair Of Glasses
//$Sprite GLSSA0
Scale 0.1
Radius 8
Height 8
States
{
Spawn:
GLSS A -1
Stop
}
}
I use ss_start & ss_endJarewill wrote:Show how your file structure is set up.
It might be the case of your sprite not being loaded due to not being between proper markers. (S_START and S_END)
I did not get it, sorry..Hidden Hands wrote:Ah. Well in my game, it's in an ipk3 folder directory series called SPRITES>DECORATIONS. I've attached a screenshot as reference.
Hmmmm, odd.Hidden Hands wrote:Ah. Well in my game, it's in an ipk3 folder directory series called SPRITES>DECORATIONS. I've attached a screenshot as reference.