Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Author Topic: help with scripting  (Read 3277 times)

0 Members and 1 Guest are viewing this topic.

tripper1977

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Female
  • Posts: 7
    • View Profile
help with scripting
« on: November 11, 2007, 01:49:41 AM »

hi all i am new to wme can some one give some advice on where to start with scripts i have done the tutorial so i would like to try to right some script my self but i dont know where to start  :) :)
Logged

metamorphium

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 12
  • Offline Offline
  • Gender: Male
  • Posts: 1511
  • Vampires!
    • View Profile
    • CBE  software s.r.o.
Re: help with scripting
« Reply #1 on: November 11, 2007, 02:15:28 AM »

Hello,

the best start is to attach a script to some of the entities in the scene edit (by clicking on the scripts button) and writing some LeftClick handler.

For example:

Code: [Select]
on "LeftClick"
{
   actor.Talk("Hello!");
}

Or even better - open WME demo project and study how the demos are done there.

Good luck!
Logged
J.U.L.I.A. Enhanced Edition, Vampires!, J.U.L.I.A., J.U.L.I.A. Untold, Ghost in the Sheet

tripper1977

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Female
  • Posts: 7
    • View Profile
Re: help with scripting
« Reply #2 on: November 11, 2007, 01:15:20 PM »

thanks for your help
Logged
 

Page created in 0.058 seconds with 23 queries.