Home   Help Search Login Register  

Author Topic: Need help with specific Addaction  (Read 563 times)

0 Members and 1 Guest are viewing this topic.

Goering88mm

  • Guest
Need help with specific Addaction
« on: 15 Jan 2003, 04:23:17 »
Ok, im making a clan meeting map. Were doin our meetings ingame now for a little change and i had the idea of sitting down on chairs and stuff.  I found the action to sit down on the chair, but I want to add an action to do so.  I want you to be able to walk up to a chair, sit down on it and have an option to get back up. PLz guys, i need this

cpt.Hawkeyez

  • Guest
Re:Need help with specific Addaction
« Reply #1 on: 16 Jan 2003, 00:03:30 »
Have you tried Looking through the Tutorials for the add Acction Tutorial that will help you alot.

Goering88mm

  • Guest
Re:Need help with specific Addaction
« Reply #2 on: 16 Jan 2003, 01:34:08 »
I already tried that.  But it doesnt really have what i want.  I need a script to make animations using the action menu IN MULTIPLAYER!  I made it work in SP but I need one that works in multiplayer.  The other guys im playin with say their sitting down, but i nor can anyone else see him sitting down.  

Goering88mm

  • Guest
Re:Need help with specific Addaction
« Reply #3 on: 16 Jan 2003, 23:10:03 »
cmon, somebody HAS to know why my actions arnt working over the internet!! ill show you how i did it.

I named all the guys, put triggers in front of chairs and on the Activation field, i put

m1 switchmove "FXStandtoTable"; m1 addaction ["Get up","Up.sqs"]

in Up.sqs, i put

player = _this select 0
player switchmove "FXStandfromtable"
player removeaction 0
~3
player switchmove "stand"
Exit

so please, I NEED HELP, i need it by saturday

Stix

  • Guest
Re:Need help with specific Addaction
« Reply #4 on: 17 Jan 2003, 06:57:24 »
maybe the server has to be invovled with this somehow to relay info i dunno hmmm

do u have the thing for sitting down too this looks interesting
« Last Edit: 17 Jan 2003, 06:58:04 by Stix »

Goering88mm

  • Guest
Re:Need help with specific Addaction
« Reply #5 on: 17 Jan 2003, 07:06:11 »
Oh yeah, ive got the thing for sitting down, it goes like this.

I have it so on the action menu you have an option to sit down (player switchmove "FXStandtoTable") and to Sit down (player switchmove "FXStandfromtable").  I have it all set up like this, but there are 2 problems ive got.  1 is that you have like 3 of the same command from other people, but they all do the same thing.  2nd is that in Multiplayer when you choose to sit down, you see yourself doing it but nobody else sees you sitting down, they see you standing up. If anyone has ANY AT ALL ideas, please present them.  I know someone has the answer becuase I play alot of mutiplayer maps that have actions for different people, like the HALO map.