Coder Social home page Coder Social logo

Comments (2)

mgerhardy avatar mgerhardy commented on June 10, 2024

I suppose I don't understand - isn't this was we are talking about here?

// Map rotation
set m1 "map wop_backyard; set next_map vstr m2"
set m2 "map wop_diner; set next_map vstr m3"
set m3 "map wop_cabin; set next_map vstr m4"
set m4 "map wop_trashmap; set next_map vstr m5"
set m5 "map wop_padgarden; set next_map vstr m6"
set m6 "map wop_padkitchen; set next_map vstr m7"
set m7 "map wop_padlibrary; set next_map vstr m8"
set m8 "map wop_padship; set next_map vstr m9"
set m9 "map wop_padattic; set next_map vstr m10"
set m10 "map wop_huette; set next_map vstr m11"
set m11 "map wop_bath; set next_map vstr m12"
set m12 "map wop_padgallery; set next_map vstr m13"
set m13 "map wop_padcastle; set next_map vstr m14"
set m14 "map wop_jail; set next_map vstr m1"

// Game type rotation
set g1 "pointlimit 20; g_gametype 0; set next_gametype vstr g2" // FFA
set g2 "pointlimit 3; g_gametype 4; set next_gametype vstr g3" // LPS
set g3 "pointlimit 30; g_gametype 5; set next_gametype vstr g1" // FFA Team

// Set initial values
set next_map "vstr m1"
set next_gametype "vstr g1"

// Modifying nextmap
set nextmap "vstr execnextmap"
set execnextmap "vstr next_gametype; vstr next_map; set nextmap vstr execnextmap"

// Load first map
vstr nextmap

from worldofpadman.

kai-li-wop avatar kai-li-wop commented on June 10, 2024

I've asked Hectic to join us here on Github to provide a little more input on the bugs he reported years ago.

from worldofpadman.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.