Jump to content

Home

Scripting/cutscene problem


Anakin

Recommended Posts

  • Replies 67
  • Created
  • Last Reply
Originally posted by darth_micke

Uhm........ okey then I'll do that *sigh* hate manuals.. They are always writen so complicated... Thats why I loved Richs tuts...they where simple to understand.....yeah yeah time to read 300 pages or somethin :D

 

Agreed:D But it's the only way im afraid:(

Link to comment
Share on other sites

And here it is:

//Generated by BehavEd

 

rem ( "NPC running script" );

 

affect ( "storm1", /*@AFFECT_TYPE*/ FLUSH )

{

set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_WALK" );

set ( /*@SET_TYPES*/ "SET_NAVGOAL", "stormnav1" );

set ( "SET_RUNNING", "false" );

set ( "SET_WALKING", "true" );

}

Link to comment
Share on other sites

Did you compile it and replace the old script with it?

 

If so then this is a shot in the dark but try adding this to your script under the stormtroopers affect

 

set( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "false" );

set ( /*@SET_TYPES*/ "SET_SOLID", /*@BOOL_TYPES*/ "true" );

Link to comment
Share on other sites

Hey Eagle (since it is only we who dares to write somethin here hehe)!!!!!!

 

Uhm I know how to give my Player new weapons etc at startup...but I dont know how to delete 'em......What I wanna do is to start with NO weapons nor saber at all.......please please have the sultotion (=

 

 

And hurry up (=

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...