Search results for query: *

  1. Singey Yumbo

    What's going on with SRB2's main page and wiki?

    Both of them are down, when will they go back up?
  2. Singey Yumbo

    How do you check a projectile spawning in Lua?

    Specifically, what is the variable, and how do I use it to spawn a trail for my custom projectile? Here is the code for the functions I'm trying to work on addHook("MobjThinker", function(mobj) if abs(mobj.momx) + abs(mobj.momy) + abs(mobj.momz) > 0 then mobj.fuse = mobj.fuse + 1 end...
  3. Singey Yumbo

    What is the usable link to the master server in SRB2?

    I was trying to strengthen my connection, but I ended up deleting it without knowing. I want to get it back now.
  4. Singey Yumbo

    At What Time Does The Master Server Open?

    I want to host my first server, but I am unable to connect. When does it open?
Back
Top