Quote:
Originally Posted by Supercreativename
Hello! I'm new and inexperienced in scripting, and I've been watching the Tutorial Series of Anthroyd. When I tried compiling the script for giving the starters, XSE puts out "No #org/#seek directives were found." I need help on how to fix this and, perhaps, make the script shorter because I think it is quite long. Thank you in advance!
|
You have to put a # before the dynamic in the first line.
It has to be '#dynamic 0x800000"
It will fix the No #org error. Apart from that there are a few other typos in the code that may result in error:
1. "showpokekpic" in the 2nd line in @start has to be"showpokepic"
2. "mgsbox" in the 5th line in @yes has to be "msgbox"