DECORATE problems (yet again)
Posted: Thu Jan 25, 2007 5:52
(Not sure if this belongs here or the Zdoom forums)
I want my glowbox to move on windy/conveyor surfaces, but it wont.
Glowbox DECORATE script:
If I want the box to move around on certain sectors, what do I need to do to the objects code, and what sector type do I use? I've been scouring the Zdoom wiki for an hour to no avail.
I want my glowbox to move on windy/conveyor surfaces, but it wont.
Glowbox DECORATE script:
Code: Select all
actor glowbox 20249
{
radius 16
height 51
mass 20
+SHOOTABLE
+SOLID
+NOBLOOD
+NODAMAGE
+WINDTHRUST
states
{
spawn:
GLOY A 1
loop
}
}