View previous topic :: View next topic |
Author |
Message |
The Wobbler

Joined: 06 Feb 2003 Posts: 2221
|
Posted: Wed Oct 18, 2006 11:25 am Post subject: |
|
|
Note from Castle Paradox Administration: | This content has been removed by the user. Contact the original author and link them to this post if you wish to view the original content. Only the author can remove the tags hiding this content. |
|
|
Back to top |
|
 |
Tp
Joined: 16 Oct 2006 Posts: 0
|
Posted: Wed Oct 18, 2006 1:15 pm Post subject: |
|
|
ok...i've done it...thx for the help as usual and hope its not a bug... |
|
Back to top |
|
 |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Wed Oct 18, 2006 1:33 pm Post subject: |
|
|
Um, next time just send a copy of game.exe and your .rpg file.
And, erm...You didn't type anything into your text box. Maybe that's the problem?
No bug here, guys. |
|
Back to top |
|
 |
The Wobbler

Joined: 06 Feb 2003 Posts: 2221
|
Posted: Wed Oct 18, 2006 3:00 pm Post subject: |
|
|
Note from Castle Paradox Administration: | This content has been removed by the user. Contact the original author and link them to this post if you wish to view the original content. Only the author can remove the tags hiding this content. |
|
|
Back to top |
|
 |
Tp
Joined: 16 Oct 2006 Posts: 0
|
Posted: Thu Oct 19, 2006 3:05 am Post subject: |
|
|
hang on a sec...
what I was doin was writing that text script then putting it into the 'special scripts new game...' I just followed the tutorial exactly and it doesnt even mention the writing into the text box it self,I sure I dont have to write the text in the script AND write it directly into the text box... |
|
Back to top |
|
 |
Camdog
Joined: 08 Aug 2003 Posts: 606
|
Posted: Thu Oct 19, 2006 7:13 am Post subject: |
|
|
Code: | include,plotscr.hsd
include,tp.hsi
define script(1,work bastard,none)
script,work bastard,begin
show text box(1)
wait for text box
show value(0)
end |
What are you talking about? That's the script you posted and there's no text in it anywhere. All it does it tell the OHR to display text box 1, not what to put into text box 1. What exactly were you hoping the text box would say? |
|
Back to top |
|
 |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Thu Oct 19, 2006 7:22 am Post subject: |
|
|
I think he might've read a tutorial with something like:
Code: |
show text box (5)
#Good guy: I will kill you!
wait for text box
|
This might look like you're writing text from your script, but it actually doesn't.
The '#' symbol is sort of a little note system. Anything following it is cancelled out.
The compiler actually reads the script as:
Code: |
show text box (5)
<s>#Good guy: I will kill you!</s>
wait for text box
|
So all text has to manually be added into the text editor. |
|
Back to top |
|
 |
Jack the fool

Joined: 30 Jul 2004 Posts: 773
|
Posted: Thu Oct 19, 2006 12:53 pm Post subject: |
|
|
No, he said he only wrote the plotSCRIPT.
That tutorial he is using is to be used with one of the default RPG's that comes with the download, not a brand new RPG file.
Maaaan. _________________
 |
|
Back to top |
|
 |
Tp
Joined: 16 Oct 2006 Posts: 0
|
Posted: Mon Oct 23, 2006 4:11 am Post subject: |
|
|
ok...thanks |
|
Back to top |
|
 |
|