|
@@ -5,7 +5,11 @@ if $ARGS[0] = 'start':
|
|
|
tobiQW = 1
|
|
|
minut += 60
|
|
|
'<center><img src="images/picPRE/tobiPRE.jpg"></center>'
|
|
|
- '"Hi Michael, how''s it going?"'
|
|
|
+ if StoryLine = 0:
|
|
|
+ '"Hi Michael, how''s it going?"'
|
|
|
+ else
|
|
|
+ '"Hi <<$name>>, how's it going?"
|
|
|
+ end
|
|
|
'You are just dumbfounded by surprise. In your bedroom is Toby and he obviously knows who you are.'
|
|
|
|
|
|
act 'How did you find me?':gt 'tobiQW', '1'
|
|
@@ -148,8 +152,12 @@ if $ARGS[0] = '10':
|
|
|
'"With this, there is something of a challenge. My techniques you can not learn. They are too high. Payne forces generally something otherworldly, one day you''ll be able to learn something from him, but not now. I wish that you would learn from Kakuzu, he has a very nasty character. He will not teach you for free, even if I asked. He is the oldest of living on the planet, and the most greedy, I will ask him that he would teach you, but do not anger him, and he will kill you, no joke. I''m not just saying that Kakuzu is the most harmful of all the old men living, he did not only kill his teammates. I forgive him everything only for the fact that he can harness at the same time all schools of magic."'
|
|
|
'"Here is this harmful old man, I want you to see. Find him in the northern region. Here''s a piece of paper with his address. And I have to go."'
|
|
|
'After these words around his eye Toby creates a vortex in which he is pulled into in seconds.'
|
|
|
-
|
|
|
- act 'Get out of bed':gt 'bedr'
|
|
|
+
|
|
|
+ if StoryLine = 0:
|
|
|
+ act 'Get out of bed':gt 'bedr'
|
|
|
+ else
|
|
|
+ act 'Get out of bed':gt 'bedrPar'
|
|
|
+ end
|
|
|
|
|
|
act 'Try to sleep':gt 'bed2'
|
|
|
end
|