View previous topic :: View next topic |
Author |
Message |
bis_senchi

Joined: 08 Jun 2004 Posts: 460 Location: Reims, France
|
Posted: Sun Feb 27, 2005 9:26 am Post subject: make an playsceen start from a certain location |
|
|
If my hero is (45,75) and if a tag is on (the hero have done what is necessary so that what happen in the ploscript have sense) I would like the plotscript in question to start automatically.
Could somoene help me to combine the command
There should be :
if(check tag (tag:1stmeet)==ON)
if hero (45, 75) then, begin
show text box (2)#hero first meet with an old friend
wait for text box
end
end
Thank you very much in advance for the help! |
|
Back to top |
|
 |
Iblis Ghost Cat

Joined: 26 May 2003 Posts: 1233 Location: Your brain
|
Posted: Sun Feb 27, 2005 12:27 pm Post subject: |
|
|
Is it really necessary to use plotscripting for this? Couldn't you just use an NPC?
Just make a step-on NPC at that location who, if tag:1stmeet is on, makes text box 2 appear. |
|
Back to top |
|
 |
bis_senchi

Joined: 08 Jun 2004 Posts: 460 Location: Reims, France
|
Posted: Wed Mar 02, 2005 1:56 am Post subject: Well let's do that |
|
|
That's true! The way I wanted to do that was really too complicated!
Thanks for the help! |
|
Back to top |
|
 |
|