~Hakurei Shrine~ > Rika and Nitori's Garage Experiments

I'm really lost @_@

Pages: << < (10/12) > >>

Halca:

Whelp.. I tried that out and it didn't quite work :(

Naut:

Few things, all in the main spellcard. First is you don't have a ";" at the end of let Boss = "blahblah.png". The next thing is you set v = GetArgument inside the boss script... There is no argument for it to get. You could say "v = GetArgument" in the enemy script because it was spawned from CreateEnemyFromFile, which sets an argument as it's last parameter by default. You also have to declare that variable at some point (let v;). That should get your scripts to run, have fun.

Halca:

I kinda have just a general question.
How long does it generally take for you guys to complete a script?
How long for a set?
What's your work process, what gets you going?

Drake:

Coffee and imagination.

There's no real estimation for time, I don't think.

Stuffman:

Amount of time depends entirely on complexity, how close I'm paying attention to it (as opposed to looking at the internet every couple minutes), whether or not I need to look up functions, if I need to make media for it (like sprites), etc

I have a sluggish pace of work, I'd say the average spellcard takes me 30 minutes to an hour to make and playtest.

An interesting note would be that the spellcard turns out how I initially imagined it only about half the time. I'll be working on it and my code won't work quite as planned, but I'll decide "well this is cool too" and just adjust it accordingly.

Pages: << < (10/12) > >>

Go to full version