Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 9 |
lars |
1 |
//Generated by BehavEd
|
|
|
2 |
|
|
|
3 |
rem ( "comment" );
|
|
|
4 |
set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_WALK" );
|
|
|
5 |
//(BHVDREM) set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_NONE" );
|
|
|
6 |
set ( /*@SET_TYPES*/ "SET_WALKSPEED", 50 );
|
|
|
7 |
set ( /*@SET_TYPES*/ "SET_LOOK_TARGET", "munro" );
|
|
|
8 |
|
|
|
9 |
task ( "wander" )
|
|
|
10 |
{
|
|
|
11 |
set ( /*@SET_TYPES*/ "SET_NAVGOAL", $get( STRING, "SET_PARM1")$ );
|
|
|
12 |
}
|
|
|
13 |
|
|
|
14 |
dowait ( "wander" );
|