Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: Gividean on December 20, 2003, 01:44:28 PM

Title: Demo Quest????
Post by: Gividean on December 20, 2003, 01:44:28 PM
Is there anyone out there that know how or where i can get the source to that game please i really need it.
Title: Re:Demo Quest????
Post by: Chris Cromer on December 20, 2003, 01:45:42 PM
Just open it in AGI Studio, the source is in there.
Title: Re:Demo Quest????
Post by: Gividean on December 20, 2003, 01:50:26 PM
whoops im taling about the sci version.
Title: Re:Demo Quest????
Post by: Chris Cromer on December 20, 2003, 01:54:24 PM
Sorry that source code wasn't released... you will have to ask Brian for it... or wait for the decompiler which can decomiple SCI Scripts.
Title: Re:Demo Quest????
Post by: gindean on December 20, 2003, 02:00:24 PM
ya its just i want to put music in my game but i want to know how any one willing to show me.
Title: Re:Demo Quest????
Post by: Chris Cromer on December 20, 2003, 02:02:10 PM
There is some commented out code in the template for putting music in your game... and if you can't figure out how to get that to work, I am sure someone here can give you examples(I would myself... but I have been up for 2 days straight ;)).
Title: Re:Demo Quest????
Post by: givdean on December 20, 2003, 02:09:20 PM
Ya i really need to know it fast! is there anyone out there
Title: Re:Demo Quest????
Post by: Cloudee1 on December 20, 2003, 10:47:46 PM
(if(Said('use,[turn<on]/radio, music'))
 Print("I always did enjoy a lovely tune")
 (send gTheMusic:
  number(013)
  loop(-1)
  priority(-1)
  play()
 )