Staredit Network

Staredit Network -> UMS Assistance -> 3 Things.
Report, edit, etc...Posted by Mr.Camo on 2004-04-13 at 12:52:33
Yes. I'm back. But lets get on topic. I need help with three things.

1) AI Script Roam. Does it stay in that area only?
2) Making units talk(on the screen,like in a movie) example: John: How are you doing?
(a few seconds)
Jim: Fine, you?/example.

3)Presentations example: Welcome to a Mr.Camo Production or whatever. (dissappear)

(appear)Made Possible with staredit.net(movie starts)

If anyone could help I would be grateful.


Phantasy.
Report, edit, etc...Posted by (U)Bolt_Head on 2004-04-13 at 13:49:27
No the AI is not restricted to that area. The location is only the area it is applyed to. I assume your using junkyard dog?

2 and 3 are kind of the same question.

Use Display Text so it would look like this.

CODE
line 1
line 2
line 3
line 4
line 5
Welcome to My Map
Made By Me
line 8
line 9
line 10
line 11

Line # are just blank lines and they act as placeholders

In the game you can only display 11 lines at a time. So if you want to clear the text off the screen or have another line appear on top of the next. You need to display another text with several empty lines.

Hope this helps,
Bolt_Head
Report, edit, etc...Posted by EzDay281 on 2004-04-13 at 13:55:37
1. I have no ****ing clue.
2.
Conditions


Switch Speech Event is set.


Actions


Display for Current Player
John: How are you doing?


Wait 1500 milliseconds.

Display for Current Player
Jim: Fine, you?


3. Similar to above triggers, except...

Actions+

Wait 1500 milliseconds.

Set switch Start Movie.
OR whatever else.
Report, edit, etc...Posted by Mini Moose 2707 on 2004-04-13 at 17:32:06
QUOTE(Unknown_Being @ Apr 13 2004, 12:55 PM)
Display for Current Player

Wow, I didn't know UB's StarEdit lets him change the player there.
Report, edit, etc...Posted by Yoshi da Sniper on 2004-04-13 at 18:01:20
He must have staredit 2.0 smile.gif
Next Page (1)