ThiefHawk Posted December 31, 2013 Share Posted December 31, 2013 scn fraternityQuestScript short bFtKrystalHired short bFtKrystalFired short bFtRenoHired short bFtRenoFired short bFtHawkEyeHired short bFtHawkEyeFired short bFtTashaLemHired short bFtTashaLemFired short bFtJakeHired short bFtJakeFired Begin GameMode if (bFtKrystalDoOnce != 1) Set bFtKrystalHired to 1 Set bFtKrystalDoOnce to 1 EndIf if (bFtRenoDoOnce != 1) Set bFtRenoHired to 1 Set bFtRenoDoOnce to 1 EndIf if (bFtHawkEyeDoOnce != 1) Set bFtHawkEyeHired to 1 Set bFtHawkEyeDoOnce to 1 EndIf if (bFtTashaLemDoOnce != 1) Set bFtTashaLemHired to 1 Set bFtTashaLemDoOnce to 1 EndIf if (bFtJakeDoOnce != 1) Set bFtJakeHired to 1 Set bFtJakeDoOnce to 1 EndIf End someone look at that and tell me what i did wrong error message is unknown command bFtKrystalDoOnce but i'm sure that's correct..oO Link to comment Share on other sites More sharing options...
rickerhk Posted December 31, 2013 Share Posted December 31, 2013 You haven't declared bFtKrystalDoOnce as a variable Link to comment Share on other sites More sharing options...
ThiefHawk Posted December 31, 2013 Author Share Posted December 31, 2013 yea i fixed it scn fraternityQuestScript short bFtKrystalHired short bFtKrystalFired short bFtRenoHired short bFtRenoFired short bFtHawkEyeHired short bFtHawkEyeFired short bFtTashaLemHired short bFtTashaLemFired short bFtJakeHired short bFtJakeFired short bFtKrystalDoOnce short bFtHawkEyeDoOnce short bFtRenoDoOnce short bFtTashaLemDoOnce short bFtJakeDoOnce Begin GameMode if (bFtKrystalDoOnce != 1) Set bFtKrystalHired to 1 Set bFtKrystalDoOnce to 1 EndIf if (bFtRenoDoOnce != 1) Set bFtRenoHired to 1 Set bFtRenoDoOnce to 1 EndIf if (bFtHawkEyeDoOnce != 1) Set bFtHawkEyeHired to 1 Set bFtHawkEyeDoOnce to 1 EndIf if (bFtTashaLemDoOnce != 1) Set bFtTashaLemHired to 1 Set bFtTashaLemDoOnce to 1 EndIf if (bFtJakeDoOnce != 1) Set bFtJakeHired to 1 Set bFtJakeDoOnce to 1 EndIf End Link to comment Share on other sites More sharing options...
Recommended Posts