home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / wt / wtexample / Examples_WTApp_!Run < prev    next >
Encoding:
Text File  |  1995-04-02  |  551 b   |  18 lines

  1. |
  2. | This file can be included by the !Run file of an application that needs
  3. | only the Wacky-Talky module manager and contains it.
  4. |
  5.  
  6. | We don't want to change user's sprites for no reason
  7. If "<WT$Path>" = "" Then Iconsprites <Obey$Dir>.WTSprs
  8.  
  9. Set File$Type_B6F WTModule
  10.  
  11. | If your application contains WackyTalky module file
  12. If "<WTHereVersion>" = "" Then SetEval WTHereVersion 0
  13. If WTHereVersion <= 070 Then Set WTHere$Dir <Obey$Dir>
  14. If WTHereVersion <= 070 Then SetEval WTHereVersion 070
  15.  
  16. RMEnsure Wacky-Talky 0.70 RMLoad <WTHere$Dir>.WackyTalky
  17.  
  18.