- Joined
- Jul 14, 2011
- Messages
- 3,213
Hi, i'm making an RPG that features A LOT of talking with NPC's. I though about a trigger that Skips to the next dialog when Esc (or any other set) key is pressed, but never found the way to do it, so i made a "ChatSpeed" ability, and custom commands to modify its lvl, and set the "Wait" duration between text to the lvl of that ability.
BUT
What i really want is setting the "Wait" duration between text blocks to: (Until the Player presses 'A' Key) The unit is paused, so pressing 'A' has no effect at all)
BUT
What i really want is setting the "Wait" duration between text blocks to: (Until the Player presses 'A' Key) The unit is paused, so pressing 'A' has no effect at all)
-
Roger 1
-
Events
-
Unit - A unit Sells an item (from shop)
-
-
Conditions
-
(Selling unit) Equal to Roger 0000 <gen>
-
(Item-type of (Sold Item)) Equal to Talk
-
((Buying unit) is A Hero) Equal to True
-
-
Actions
-
Unit - Pause (Buying unit)
-
Camera - Set (Owner of (Buying unit))'s camera Distance to target to 1200.00 over 0.50 seconds
-
Camera - Pan camera for (Owner of (Buying unit)) to (Position of (Buying unit)) over 0.50 seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Hi! Whats your name...
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to ...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Camera - Pan camera for (Owner of (Buying unit)) to (Position of (Selling unit)) over 0.50 seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Hi! I'm |cffffd700R...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Some texts are shor...
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to ...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Some will be really...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Type '|cffffd700cs+...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to The min speed is -|...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to You can check your ...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Notice that your un...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to You should also che...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Now we're done, go ...
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Ok...
-
Wait (Real((Level of Chat speed for (Buying unit)))) seconds
-
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Follow the path to ...
-
Camera - Pan camera for (Owner of (Buying unit)) to (Position of (Buying unit)) over 0.50 seconds
-
Camera - Set (Owner of (Buying unit))'s camera Distance to target to 2000.00 over 0.50 seconds
-
Unit - Unpause (Buying unit)
-
-