View Single Post
  #26  
Old 05-06-2009, 06:46 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Inverness View Post
I think a GScript's problem is consistency. It has alot of quirks like I dislike:
  • Dynamic variables are case-sensitive, yet static variables aren't.
  • Object-oriented design, yet lack of actual user-defined classes.
  • A whole range of global variables and functions, yet an inability to create your own.
I think we need a GS3 which is a more refined an object-oriented version of GS2, with full support for classes and stuff like that. For example, providing a script for a weapon should involve subclassing the weapon class and overriding the event functions in the weapon class.
Agreed.
Reply With Quote