![]() |
|
#6
|
|||
|
|||
|
there are actually 4 triggers- just the last one
Code:
if (GamePlay.gpGetTrigger("mis").Active) {
end = true;
//GamePlay.gpHUDLogCenter("!");
}
You using notepad++/visual studio? - these will help with 'bracket pairing' and finding line numbers for any errors generated |
|
|