home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / FunctionWrappers.txt < prev    next >
Encoding:
Text File  |  2002-04-02  |  117 b   |  9 lines

  1. function PlayBobScene()
  2. {
  3.     _level0.PlayEricScene();
  4. }
  5.  
  6. function PlayToddScene()
  7. {
  8.     _level0.PlayRyanScene();
  9. }