Thread: Script needed
View Single Post
  #6  
Old 08-10-2013, 06:09 PM
bolox bolox is offline
Approved Member
 
Join Date: May 2008
Posts: 351
Default

there are actually 4 triggers- just the last one
Code:
if (GamePlay.gpGetTrigger("mis").Active) {
        end = true;
        //GamePlay.gpHUDLogCenter("!");
    }
is a slightly different format- replace with earlier type.

You using notepad++/visual studio? - these will help with 'bracket pairing' and finding line numbers for any errors generated
Reply With Quote