Home   Help Search Login Register  

Author Topic: Cutobj not working  (Read 468 times)

0 Members and 1 Guest are viewing this topic.

SpclFrcsSnpr

  • Guest
Cutobj not working
« on: 03 Mar 2003, 00:02:43 »
As stated here is my script.
showcinemaborder false
cutobj ["tvset","plain"]
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]
titlecut ["We interupt this broadcast with an urgent message from the president!", "black in", 4]
_cam camsettarget tv
_cam camsetrelpos [0, -5, 1]
_cam camcommit 0
@camcommitted _cam
~3
titlecut ["Please stop what you are doing and listen.", "plain", 1]
_cam camsettarget tv
_cam camsetrelpos [0, -1, 1]
_cam camcommit 3
@camcommitted _cam
~3
cutobj ["tvset","plain"]
titlecut ["Please stop what you are doing and listen.", "plain", 1]
_cam camsettarget tv
_cam camsetrelpos [0, -1, 1]
_cam camcommit 3
@camcommitted _cam
~3


endcut = true

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Cutobj not working
« Reply #1 on: 03 Mar 2003, 13:33:36 »
isn't the cutobj the same as cutrsc? how about you try to replace the cutobj with cutrsc (I'm not 100% it's cutrsc but something like that.. check command reference)
Not all is lost.

major asshole

  • Guest
Re:Cutobj not working
« Reply #2 on: 03 Mar 2003, 17:28:25 »

G'day

What is happening when you run this script??

L8R

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Cutobj not working
« Reply #3 on: 03 Mar 2003, 18:26:30 »
I helped somebody out with a problem like this before, if I remember right it was the titlecuts buggering it up, try using CutText or titletext or even TitleObj.