Save-Point
What is "event scripting?" - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Development Discussion (https://www.save-point.org/forum-17.html)
+--- Thread: What is "event scripting?" (/thread-2533.html)

Pages: 1 2


What is "event scripting?" - PK8 - 12-19-2008

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".


What is "event scripting?" - Lowell - 12-19-2008

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


What is "event scripting?" - Jimmyly - 12-19-2008

It a Title that make us EVENT SCRIPTERS feel more powerful :D


What is "event scripting?" - PK8 - 12-19-2008

How exactly does it make you feel more powerful?


What is "event scripting?" - PinedaVX - 12-19-2008

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(?)


What is "event scripting?" - XP Kobold - 12-19-2008

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.


What is "event scripting?" - Regimos - 12-19-2008

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.


What is "event scripting?" - Jaide - 12-19-2008

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.


What is "event scripting?" - PinedaVX - 12-19-2008

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)


What is "event scripting?" - Regimos - 12-19-2008

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.