BSL:Tutorial/tctf2.bsl and BSL:Tutorial/tctf2.bsl (Mac): Difference between pages

(Difference between pages)
Jump to navigation Jump to search
Page 1
Page 2
m (+cat)
 
m (+cat)
 
Line 262: Line 262:
music_zom
music_zom


#these next lines place griffin where he should be
GrifSpawn
dprint place_griffin_and_holster
ai2_spawn ZomGrif
ai2_makeignoreplayer ZomGrif 1
# make sure that griffin is aiming his weapon!
ai2_setmovementmode ZomGrif walk
# ai2_passive ZomGrif 1
playback ZomGrif ZomGrifDraw


# don't call the GrifSpawn function again
# don't call the GrifSpawn function again
Line 1,627: Line 1,620:
sleep 90
sleep 90
ai2_allpassive 0
ai2_allpassive 0
ai2_passive ZomShin 1
ai2_makeignoreplayer ZomGrif 1
ai2_makeignoreplayer ZomGrif 1


Line 1,687: Line 1,681:
ai2_allpassive 0
ai2_allpassive 0
ai2_makeignoreplayer ZomGrif 1
ai2_makeignoreplayer ZomGrif 1
ai2_passive ZomShin 1
}
}


Line 1,794: Line 1,789:
sleep 90
sleep 90
ai2_allpassive 0
ai2_allpassive 0
ai2_passive ZomShin 1
# ai2_passive ZomGrif 1
# ai2_passive ZomGrif 1


Line 1,904: Line 1,900:
sleep 90
sleep 90
ai2_allpassive 0
ai2_allpassive 0
ai2_passive ZomShin 1
# # ai2_passive ZomGrif 1
# # ai2_passive ZomGrif 1


Line 2,025: Line 2,022:
}
}
</pre>
</pre>
[[Category:Game scripts]]
[[Category:Game scripts]]