msscript - / Also creating events

jdiperla

New member
Joined
Feb 26, 2009
Messages
1
Programming Experience
Beginner
I am not really a newbie. But I am not as good as everyone else is with VB. But I was attempting to create a game engine. And I wanted to implement scripting into the engine.

I know how to use msscript to addobjects and expose them. But is there a way to add events? For instance a room will load. And on a room load I would like an event to be created : OnRoomLoad. Is it possible to add events within msscript?

------------------------------------------------

Also, in VB.Net in general, is it possible to create an event such as when the room loads? How would I create the event? How would I call the event? Would it be with a do while? Thanks in advance.
 
Back
Top