You are right, I'm using the Elf viewer right now. Last night I was too tired, and this morning after my post I had to jump in the car and take my son to school........now then.....
Hmmmmmm......it's saying it can't find the script file!
(01/29 20:26:38) Python file _Campbravo_BookGUI.py was not found.
Let me remember.......
Trylon said to look at his clickable in his FuncChk age, and I did with the Gate button. The object has the following logic properties:
name: clickfileX = FuncChk01Clickables
I noticed that the new plugin uses "clickfileX" now instead of just "clickfile"
I went and looked, and saw that Trylon had a FuncChk.pak file, which contains 2 compiled python files: FuncChk01.py and FuncChk01Clickables.py
So obviously he was telling his object, the button, and pointed it to the FuncChk01Clickables.py in his pak file....right?
He also has the button listed in his ALCscript file, and also points it to that python file:
Code: Select all
GateButton:
quickscript:
simpleclick:
pythonfile: funcChk01Clickables
region: GateBtnRegion
So, I created my click region, clicked on my book and when to logic properties and told it:
Name:clickfileX = _Campbravo_BookGUI
I then went to my ALCScript and added this to it:
Code: Select all
welcomebk:
quickscript:
simpleclick:
pythonfile: _Campbravo_BookGUI
region: welcomebkregion
I of course went through your templates, changed the parts that you indicated (at least I think I did), and made my external journal contents. Compiled all 3 files in to my Campbravo.pak (got no errors).
Then I exported my Age, linked in, and it gave me a click hot spot, but nothing happens when you click. And the log says it can't find the python file.....
Sooooo.......what did I do wrong?
EDIT: Just a few minutes later........for the love of god.......why me? WHY?????
*sigh* I just noticed.....uhm.....typo.......hehehehe
In the above, you see me say _Campbravo_BookGUI.py .......... and in Blender, it says in Logic Props, and ALCscript, _Campbravo_BookGUI
Guess what it says in my pak file??
_Campbravo_bookGUI.py
shaking my head here......one of these days, I'm going to learn how to type.......the b, the lousy b.....
Let me try again.