Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TrvMcNevan

Pages: [1]
1
Mega Tokyo SCI Archive / Re:Vocab.000 cannot open?
« on: June 18, 2004, 09:39:20 AM »
Thank you so much Eigen!  :)

2
Mega Tokyo SCI Archive / Vocab.000 cannot open?
« on: June 18, 2004, 12:39:35 AM »
Okay, I figured out the other question by looking at some other code in this forum, but I have another.  I am almost done with the tutorial.  I am at linking the two rooms together by door.  Once I created the next room, when I compile and run either room, an error comes up saying that vocab.000 could not be opened/read.  The vocab list is still physically in the game files, I can edit it, but the game doesn't open it.  This is probably some n00bish mistake I made ::) but please help me out.

3
Mega Tokyo SCI Archive / Re:Script Trouble
« on: June 17, 2004, 08:50:44 PM »
Ok here is the code that is bothering me....

(instance RoomScript of Script
   (properties)
   (method (handleEvent pEvent)
        (super:handleEvent(pEvent))

        /*****************************************
         * Handle the possible said phrases here *
         *****************************************/
(if(Said('talk/man'))
  (if(< (send gEgo:distanceTo(aMan)) 40)
    Print("Hello Brian!" #title "You Say:")
    Print("Hello there! Welcome to SCI Studio!" #title "Brian Says:")
  )(else
    Print("You don't want to yell. Get closer.")
  )
)
(instance aMan of Act
  (properties
    y 170
    x 220
    view 1
  )
)

- when I go to compile it, the program says that something needs (')').  It's really confusing me.

4
Mega Tokyo SCI Archive / Script Trouble
« on: June 17, 2004, 07:38:07 PM »
Okay, I am totally new to this.  The only programming I have ever done is in QBasic.  I have been working on the tutorial on this site but I keep running into the same problem.  When I get to handleEvent, and I place more than one event in there the script won't work.  I'm thoroughly confused. Please help me out here...

Pages: [1]

SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.038 seconds with 20 queries.