How to make moving NPC1_JUMP

Stepz

der grüne man
The code is when you stand on it, it moves to a specific location

Code:
{
"classname" "misc_bsp"
"bspmodel" "instances/colombia/npc_jump1"
"origin" "-999 -999 -999"
"angles" "0 0 0"
}
{
"classname" "func_train"
"model" "*49"
"origin" "3333 1660 570"
"target" "Stepz1"
"speed" "250"
"wait "2"
"angles" "0 0 0"
}
{
"classname" "path_corner"
"targetname" "Stepz1"
"target" "Stepz2"
"origin" "3333 1620 545"
"wait" "2"
"angles" "0 0 0"
}
{
"classname" "path_corner"
"targetname" "Stepz2"
"target" "Stepz1"
"origin" "3333 1310 775"
"wait" "1"
"angles" "0 180 0"
}
 
Last edited:
Back
Top