by Matt » Tue May 10, 2022 7:33 pm
1. Load this:
Code: Select all
version "4.7";
class impdoom:doomimp{
override void postbeginplay(){
super.postbeginplay();
scale.x=-scale.x;
}
}
2. Enable am_showthingsprites and map cheat
3. Summon impdoom
4. Go to automap
Expected: see the modified imp on the screen
Actual: do not see the modified imp on the screen, not even the little triangle
1. Load this:
[code]version "4.7";
class impdoom:doomimp{
override void postbeginplay(){
super.postbeginplay();
scale.x=-scale.x;
}
}[/code]
2. Enable am_showthingsprites and map cheat
3. Summon impdoom
4. Go to automap
Expected: see the modified imp on the screen
Actual: do not see the modified imp on the screen, not even the little triangle