View previous topic :: View next topic |
Author |
Message |
ChocoboV
Joined: 01 Jun 2007 Posts: 9
|
Posted: Fri Jun 01, 2007 12:52 pm Post subject: Plotscipt How-To Help |
|
|
I am trying to learn Plotscript by following the HOW-TO. I'm doing exactly as it says but everytime I try to compile it gives me the same error.
Here is what I have typed up on HssEd and saved as a .HSS file like it says.
include, plotscr.hsd
include, pstutor.hsi
define script (1,Hello World,none)
script, Hello World, begin
show text box (1)
end
Here is what it says every time I try to compile it
Semicompiling C:\RPG Maker\PSTUTOR.HSS to C:\RPG Maker\PSTUTOR.HS
reading C:\RPG Maker\PSTUTOR.HSS
including plotscr.hsd
including pstutor.hsi
928 lines read from 3 files
splitting commands
parsing constants
parsing top-level
ERROR: in line 742 of plotscr.hsd
define trigger,begin
Expected top-level declaration but found definetrigger
[Press Any Key]
Can someone please tell me what I'm doing wrong or help me with this. |
|
Back to top |
|
 |
Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
|
Back to top |
|
 |
ChocoboV
Joined: 01 Jun 2007 Posts: 9
|
Posted: Fri Jun 01, 2007 1:32 pm Post subject: |
|
|
Thank you so much, it works now. |
|
Back to top |
|
 |
|