I think I'm just too stupid, but I don't understand how to copy code from this forum here displayed in the "code" tag or whenever people write this stuff without spaces haha
for example this:
When I copy & paste it I have to set the spaces manually, like
<setup action>
display action
immortal: targets, true
.. etc. because it doesn't recognize the code otherwise. There's a lot of really cool stuff here I want to look into because I'm pretty newbish, what am I doing wrong? o: Please excuse the super stupid question!
for example this:
Code:
<setup action>display actionimmortal: targets, truewait: 40hide battle hudopacity not focus: 0%camera focus: user, front center, 45zoom: 1.2, 45wait: 40motion chant: usermotion wait: userse: Darkness8opacity user: 55%, 20wait: 20opacity user: 100%, 20wait: 20se: Darkness8opacity user: 55%, 20wait: 20opacity user: 100%, 20wait: 20se: Darkness8opacity user: 55%, 20wait: 20opacity user: 100%, 20wait: 20motion guard: usermotion wait: useranimation 52: userwait for animation</setup action><Target Action>motion spell: usermotion wait: userwait: 30camera focus: target, front center, 45wait: 45action animation: targetwait for animationaction effect: targetdeath breakclear battle logwait: 20reset zoom: 20reset camera: 20perform finishwait: 20opacity not focus: 100%</Target Action><follow action>show battle hud</follow action>When I copy & paste it I have to set the spaces manually, like
<setup action>
display action
immortal: targets, true
.. etc. because it doesn't recognize the code otherwise. There's a lot of really cool stuff here I want to look into because I'm pretty newbish, what am I doing wrong? o: Please excuse the super stupid question!
It's not a stupid question and you're not stupid for asking it.
If some people's action sequences in code tags have messed up spaces and are single line, it's either their own fault or the forums somewhere along the line screwed them up. Either way, you're not doing anything wrong. if anything, copying from RM and pasting into the forums adds an extra line break:
Sample
Note: this isn't a yanfly action sequence so don't use it because it won't work. (It's for a custom thing I'm working on and just so happen to have open, but it's the same principle)
In RM, there's no line double-spacing, but when I post it here, it adds an extra linebreak for every line for some reason, like so:
In RM, there's no line double-spacing, but when I post it here, it adds an extra linebreak for every line for some reason, like so:
Code:
<Whole Action>
wait: 60
action animation: targets
wait: 15
hp: same, -variance(damage(a.atk, 5, b.def), 0.1);
wait: 60
action animation: targets
wait: 15
mp: same, -variance(damage(a.atk, 3, b.def), 0.1);
wait: 60
action animation: targets
wait: 15
tp: same, -variance(damage(a.atk, 2, b.def), 0.1);
wait: 60
action animation: targets
wait: 15
tpb: same, -50%
wait: 60
animation: 46, targets
wait: 15
hp: same, variance(damage(a.atk, 5, b.def), 0.1);
wait: 60
animation: 46, targets
wait: 15
mp: same, variance(damage(a.atk, 3, b.def), 0.1);
wait: 60
animation: 46, targets
wait: 15
tp: same, variance(damage(a.atk, 2, b.def), 0.1);
wait: 60
animation: 46, targets
wait: 15
tpb: same, 50%
wait: 60
animation: 1, targets
wait: 15
hp: same, 0
wait: 60
</Whole Action>When I copy/paste something that's properly linebreaked from the forums though, it works fine and should for you as well.