fixed some scripts not using Vec3 in trigger creation
This commit is contained in:
parent
c3a774fcc9
commit
8c2f0f1e14
@ -3,6 +3,7 @@ void onStart()
|
||||
|
||||
displayMessage("Track Loaded");
|
||||
//For green valley sheep test. See sheep_approach.as
|
||||
createTrigger("sheep_approach",-5.48,7.21,0.49,20.0);
|
||||
Vec3 newloc = Vec3(-5.48,7.21,0.49);
|
||||
createTrigger("sheep_approach",newloc,20.0);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user