Home   Help Search Login Register  

Author Topic: Simple questions for you good script boy!  (Read 4945 times)

0 Members and 1 Guest are viewing this topic.

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:Simple questions for you good script boy!
« Reply #15 on: 28 Sep 2002, 23:02:27 »
SwitchMove and PlayMove dont work in the init.  Are you using the command in a WP, script or trigger?

chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #16 on: 28 Sep 2002, 23:15:23 »
I'm using a WP

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:Simple questions for you good script boy!
« Reply #17 on: 28 Sep 2002, 23:23:51 »
I dont think its been mentioned, which is odd cause its a critical point.  By any chance if your man in SAFE behaviour?  Because he needs to be.

chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #18 on: 29 Sep 2002, 00:09:31 »
My man is a captive without a weapon. Does it still matter?

Kaliyuga

  • Guest
Re:Simple questions for you good script boy!
« Reply #19 on: 29 Sep 2002, 00:20:12 »
 Ahh... it's all coming back to me now.... something about an officer sitting on a toilet wasn't it ?  ::)  I think that you need to replace that "null" with the name of a dying animation....
right Asmodeus ?  ;) ;D

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:Simple questions for you good script boy!
« Reply #20 on: 29 Sep 2002, 00:20:19 »
Ok do this and exactly this;

Make a man, name him "captive".  In his init put;

RemoveAllWeapons This; This SetCaptive True; This SetBehaviour "CARELESS"

Make him a WP right at his feet and in the activation put;

Catpive SwitchMove "FXStandSurUniv"

Now if that doesnt all work, then theres somthing very wrong, very wrong indeed.
« Last Edit: 29 Sep 2002, 00:22:03 by [icarus_uk] »

chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #21 on: 29 Sep 2002, 00:33:25 »
unitname SwitchMove "FXStandSurUniv" does not work in the WP. I found out that: this SwitchMove "FXStandSurUniv"
does work in the WP, but he dies in that position. I want him to die the normal way.





P.S what's that toilet thing about?
« Last Edit: 29 Sep 2002, 00:37:40 by chrisb1220 »

Kaliyuga

  • Guest
Re:Simple questions for you good script boy!
« Reply #22 on: 29 Sep 2002, 02:27:26 »
 so...what you want to do is pretty much what LCD and I said then.....

use a trigger:  
condition : not alive unitname
on activation : unitname switchmove "nameofdyinganimation"

so when he dies, he'll perform the dying animation ;)


 About the whole toilet thing, Asmodeus was making a mission and I had the idea to place an officer sitting on a toilet that you can surprise as you enter the latrine area..... got that working , and then he wouldn't fall off the can when you shot him until we used the above method, that's how I know it works ;)
:toocool:
 



chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #23 on: 29 Sep 2002, 03:07:14 »
What is the name of the dying animation?




Oh yeah, where's that mission? I really want to see if that really worked out. ;D

asmodeus

  • Guest
Re:Simple questions for you good script boy!
« Reply #24 on: 29 Sep 2002, 08:09:24 »
Hey Chrisb1220!

 ;D

I made that mission and it's called Covert Reprisal.   ;D  It's the sequel to Covert Destruction..   ;)

Umm... Neither are available on the net right now..  OFPEC lost Covert Destruction during the big switch (and a few others..   :'()  but I'm going to send them both back in to be reviewed very soon!   ;D

If you wanna check it out, I'll e-mail it to you.   :D

Toilet power!!

Oh yeah.. The animation is in the unofficial command reference... (Don't remember exactly what it was..)  It's a must have for good mission editing!   ;)  

Asmo out.

chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #25 on: 29 Sep 2002, 08:18:20 »
Toilet power!
Anyway, I'll see if I can find it.

chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #26 on: 29 Sep 2002, 09:06:53 »
Ok, I know I am getting really annoying right now but I really need this for a mission. I found the animation it's lyingdying. Now, that trigger condition code LCD told us never worked. :P


asmodeus

  • Guest
Re:Simple questions for you good script boy!
« Reply #27 on: 29 Sep 2002, 11:21:14 »
Ok..  I sent you the open source version of Covert Reprisal!  With working toilet assassination and booby traps and all!   ;)  lol

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Simple questions for you good script boy!
« Reply #28 on: 29 Sep 2002, 13:20:29 »


[attachment deleted by admin]
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

chrisb1220

  • Guest
Re:Simple questions for you good script boy!
« Reply #29 on: 29 Sep 2002, 16:10:42 »
:toocool:
:toocool:
Ok, I tried it and it worked. I'm sorry I ever doubted you. ;D
I guess this thread is solved.