• If you were supposed to get an email from the forum but didn't (e.g. to verify your account for registration), email Wes at [email protected] or talk to me on Discord for help. Sometimes the server hits our limit of emails we can send per hour.
  • Get in our Discord chat! Discord.gg/stararmy
  • 📅 May and June 2024 are YE 46.4 in the RP.

OOC [OOC] Senbu Discussion

Hey I hate to tell everyone here but I won't be available for JP's until next monday due to the fact our home phone line has been disconnected due to storm-related problems.
 
Well, I thought I'd toss this up there. I'm not going to be here from Fri-late Sunday night due to some travel plans I've made. I'm gonna use this time to relax a bit since I'm getting kinda stressed lately. I look forward to roleplaying when I get back though, have fun y'all!
 
Take some time to relax Yoroko, you've earned it :)

As for me I have had my wrist surgery today and will be sore for the next few days, so my RP presence will be a little limited in the next weekend.
 
Standard 2-buffer cutscript. Place this in the 'Remote' section of your IRC script editor so that your posts can go beyond the normal limit.



Code:
on *:input:*: {
  if ( ( $left($1,1) != / ) || ( $1 == /me ) ) {
    var %next = -
    var %continue = -
    var %done = 
    var %more = -
    var %textlen = $len($1-)
    if (%textlen > 400) {
      var %pos = 1
      var %text = $mid($1-, %pos, 400)
      var %firsttime = 1
      while ( %text != $null ) {
        if ( $len($deltok(%text, -1, 32)) < 370 ) {
          %text = $left(%text, 370)
          inc %pos 370
        }
        else {
          %text = $deltok(%text,-1,32)
          inc %pos $len(%text)
          inc %pos
        }
        var %outtext = %text
        %text = $mid($1-, %pos, 400)
        if (%firsttime == 1) {
          if ($gettok(%outtext, 1, 32) == /me) {
            %outtext %next
          }
          else {
            say %outtext %next
          }
          %firsttime = 0;
        }
        else {
          if (%text != $null) {
            say %continue %outtext %next
          }
          else {
            if (%textlen <= 945) {
              say %continue %outtext %done
            }
            else {
              say %continue %outtext %more
            }
          }
        }
      }
      halt
    }
  }
}
 
[url=https://stararmy.com/roleplay/viewtopic.php?f=25&t=3164&start=0&st=0&sk=t&sd=a:2zrl51qx]5tar's off on yet another adventure~![/url] said:
Well I got a big invite to this gig out in Halifax, it seems I'm getting popular out there. So I'm off on another weekend long adventure, sorry for any and all inconveniences this may cause the plots I'm involved with. I'll do my best to hop on to check on the site while I'm away, but I can't guarantee I'll have much time for SARP.

So, wish me luck. I'm off to the east of the east! <3
 
Well if all goes well, Sakaki could be an officer by next year, then empress in 4 years.

^_^

But yes, 3 days of IC vacation pretty good, though we could of done more! But save for next vacation!
 
RPG-D RPGfix
Back
Top