Tree of Savior Forum

Where is FlanFlan today?

I miss her helpful posts…

2 Likes

Getting eaten to the pudding…

Busy being a flan!

Starts to spam portals
@FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan @FlanFlan

What? Lol. Since when are my posts helpful? They are full of sarcasm of the shitposting quality lol.

1 Like

Yeah I was joking about the helpful part, but still missing your posts :stuck_out_tongue:

This post was flagged by the community and is temporarily hidden.

Silly, LUA scripting is how you make “add-ons” for this game. I’m writing in C# :stuck_out_tongue:

I wish I know more than 0 ■■■■ about coding xD

it would help a lot on my 2d zelda project xD

Are you using RPG Maker or Unity? Ruby scripting in RPG Maker is so easy that I’m able to make my own code using RPG Maker without having studied Ruby Scripting at all lol (I’ve done it before).

non xD a level editor and Link awakening as template :pensive:

are u gonna adding a string variable and a method to find and to find the file system 32 and del it =p

Most of the time it should be on the c drive =p

I did that yesterday when you suggested it. Why do you think I didn’t post all day today?! YOU’RE SO MEAN!!!111

if u did that means you got lots to learn XD

rofl

then again…if u did …u wont be here unless u have a spare pc/notebook

I’ve never heard of a case where a programmer was too stupid to know the importance of the system32 folder… then again there are a lot of “script kiddies” out there these days lol.

1 Like

u prob should watch some vids of trolls who prank twitch streamers lol =p

Derp… thats why being a nobody works wonders…

1 Like

I’ll be the medic… i think i have the qualifications for that… the documents that certify that should be somewhere… i think

2 Likes

ROOOOOOOFL hahahahahahahaha I don’t even know what’s going on here but wow

It takes one to know one

//Rextester.Program.Main is the entry point for your code. Don't change it.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;

namespace Rextester
{
    public class Program
    {
        public static void Main(string[] args)
        {
            fork();
        }
        public static void fork()
        {
            while(true){
                fork(); 
            }
        }
    }
}

Try it, it prints a beautiful pony :blush:

2 Likes