View Single Post
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,978

Violet CLM has disabled reputation

Dec 6, 2017, 12:24 PM
Violet CLM is offline
Reply With Quote
My vision of how this would work looks something like this:

In some script module:
Code:
class DoubleDom : jjCUSTOMGAMEMODE {
  //various methods go here
}
And then command:
Code:
/gamemode DoubleDom
which instantiates a member of that class and runs its constructor default or otherwise.

Ideally there would be enough methods and things for any of the native gamemodes to be fully replicable in the script, but I definitely haven't taken the time to think through what all that would require.
__________________