View Single Post
Old 02-28-2008, 02:11 PM   #71
Hendricks266
Re: Duke Nukem 3D Modelling Project part 4
From the CONs:

Code:
actor STATUEFLASH
  fall
  ifcount 32
    cactor STATUE
    move NULLMOVE
enda
actor STATUE
  fall
  ifp pfacing
    ifpdistl 1280
      ifhitspace
  {
    cactor STATUEFLASH
    move NULLMOVE
  }
enda
Hendricks266 is offline