Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 46 |
lars |
1 |
//Generated by BehavEd
|
|
|
2 |
|
|
|
3 |
rem ( "Go To Panel 1 and use it then attack player" );
|
|
|
4 |
set ( /*@SET_TYPES*/ "SET_CROUCHED", /*@BOOL_TYPES*/ "false" );
|
|
|
5 |
set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_RUN" );
|
|
|
6 |
|
|
|
7 |
task ( "gotoparm2" )
|
|
|
8 |
{
|
|
|
9 |
set ( /*@SET_TYPES*/ "SET_NAVGOAL", $get( STRING, "SET_PARM1")$ );
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
dowait ( "gotoparm2" );
|
|
|
13 |
|
|
|
14 |
use ( "blastdoors" );
|
|
|
15 |
|
|
|
16 |
flush ( );
|
|
|
17 |
run ( "ae_04/klingonswarm1" );
|