View previous topic :: View next topic |
Author |
Message |
gagekilmer Ninja... nuff said
Joined: 09 Jan 2013 Posts: 53
|
Posted: Mon Mar 04, 2013 6:12 pm Post subject: only one plotscript |
|
|
Whenever I compile plotscripts they get rid of the others, they have different names, but walking plotscript, overwrites running plotscript, I cant even choose between them, It only lets me choose the most recently imported one. any ideas? |
|
Back to top |
|
 |
Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
Posted: Mon Mar 04, 2013 8:13 pm Post subject: |
|
|
Are you putting all the scripts in a single file?
Code: |
include, plotscr.hsd
plotscript, example script one, begin
end
plotscript, example script two, begin
end
plotscript, example script three, begin
end
|
|
|
Back to top |
|
 |
Gizmog1 Don't Lurk In The Bushes!

Joined: 05 Mar 2003 Posts: 2257 Location: Lurking In The Bushes!
|
Posted: Mon Mar 04, 2013 11:37 pm Post subject: |
|
|
If you're not, that's okay too. Just add..
Code: | include, WhateverOtherFilesMuhScriptsAreIn.txt |
underneath the other stuff you're including. |
|
Back to top |
|
 |
|