Jump to content

help with quest script please


ThiefHawk

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...