Page 1 of 1

DECORATE problems (yet again)

Posted: Thu Jan 25, 2007 5:52
by Deamonic
(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:

Code: Select all

actor glowbox 20249
{
     radius 16
     height 51
     mass 20
     +SHOOTABLE
     +SOLID
     +NOBLOOD
     +NODAMAGE
     +WINDTHRUST
     states
     {
     spawn:
          GLOY A 1
          loop
     }
}
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.

Posted: Thu Jan 25, 2007 9:48
by Graf Zahl
You need to use a Boom scrolling type. The Hexen/Heretic scrollers only move the player.