Author Topic: stumped on title screen  (Read 2056 times)

0 Members and 1 Guest are viewing this topic.

Offline bixaluffagus

stumped on title screen
« on: August 20, 2002, 04:53:23 AM »
 ??? Everyone, Im new to SCI Studio and Im havin real big problems that you folk would probably walk right over.

say if i want to make my main dude walk over and sit down on a chair, then, when asked to, get up so you can walk around again?



Kon-Tiki

  • Guest
Re:stumped on title screen
« Reply #1 on: August 20, 2002, 05:59:49 AM »
Well, I too have no experience with SCI-Studio, but the basic seems the same as AGI-Studio. In AGI-Studio, I would use something like this (with lots of errors, but it's just to explain ;))

if said("sit"){
  set f(50)    ------>expecting that you use f(50) for this.
  //make ego sit
}
if said("stand"){
  isset f(50)
  //make ego stand
 reset f(50)
 else
 print("You're already standing.");
}

Something like this, but in SCI-script should do the trick.

Offline Chris Cromer

Re:stumped on title screen
« Reply #2 on: August 20, 2002, 11:46:49 AM »
Sorry to disapoint you but AGI and SCI are so different that the only part of your code that IS similar is the said lines other than that, the rest is pretty much AGI ONLY. Everything you said though, can be done but in a different syntax and method.(SCI is very flexible you could do alot of things with it).
Chris Cromer

It's all fun and games until someone get's hurt then it's just fun. ;)

Offline Allen

Re:stumped on title screen
« Reply #3 on: August 21, 2002, 11:10:43 AM »
Read Volume II of the SCI Studio tutorial. In the chapter 'Moving Actors and Triggering Events' you should find some useful info.

http://www.mizpro.co.uk
The new home of Mizar Productions.

It is a sign!


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

Page created in 0.041 seconds with 21 queries.