Posts: 1,664
Threads: 391
Joined: May 2009
I've seen this word used many times. Each person has a different definition of what it means. Primarily used by eventers.
Basically, I'd like those (particularly active event-system makers) to define "Event Scripting".
Posts: 54
Threads: 5
Joined: May 2009
Nice thread :D, I think Event Scripting is basically creating a system outside of the engines default capabilities.
Using Events of course, before Event scripting, it was basically eventing
Posts: 26
Threads: 13
Joined: May 2009
It a Title that make us EVENT SCRIPTERS feel more powerful :D
Posts: 1,664
Threads: 391
Joined: May 2009
How exactly does it make you feel more powerful?
Posts: 19
Threads: 3
Joined: May 2009
Event script? That's the first time I hear the term to be honest
Quote:Nice thread :D, I think Event Scripting is basically creating a system outside of the engines default capabilities.
Using Events of course, before Event scripting, it was basically eventing
Yes, Eventing, that's how I know it myself
Events have lots of potential but scripting allows more code re-usability(?)
Posts: 80
Threads: 9
Joined: May 2009
Well you could do many things with event scripting in fact the console rpg makers encouraged this especially the powerful and difficult RPG Tsuruku 5.
Posts: 17
Threads: 2
Joined: May 2009
The way I see it, "event scripting" is basically using RGSS(2) codes with event commands. An example would be changing a self-switch via "Call Script" or using a "Comment" in an event to trigger a script. It could apply to both default and custom scripts.
Posts: 2
Threads: 0
Joined: May 2009
Regimos Wrote:The way I see it, "event scripting" is basically using RGSS(2) codes with event commands. An example would be changing a self-switch via "Call Script" or using a "Comment" in an event to trigger a script. It could apply to both default and custom scripts.
This.
To me, if you say 'event scripting', and you're just talking about making systems with events, you can't really call it 'event scripting'; it's just 'eventing'. Tacking the word 'scripting' on the end adds confusion, and makes it sound like you're using RGSS when you're just using default events.
That's not to say that eventing is any less valid than scripting, but 'event scripting' uses a combination of the two.
Posts: 19
Threads: 3
Joined: May 2009
I see... Now I get it. I personally never done that but I've seen it done, for instance Big Ed over at vxnet wrote a topic for such commands used with script call to get functions non available through event commands on VX
(yes, I had to reserach it :P)
Posts: 17
Threads: 2
Joined: May 2009
Technically, all "eventing" can be considered "event scripting" because event commands call sections of the default scripts. It just depends on the way you see it.