11 lines
324 B
Python
11 lines
324 B
Python
# [Silent Crusade] Explosive Research
|
|
|
|
CROW = 9073002
|
|
|
|
sm.setSpeakerID(CROW)
|
|
sm.sendNext("That was close. Stop looking at me like that.")
|
|
|
|
sm.sendSay("Sorry. Didn't mean to... Why does this type of stuff always seem to happen to me?")
|
|
|
|
sm.showFieldEffect("Map/Effect.img/crossHunter/chapter/end1")
|
|
sm.completeQuest(parentID) |