FoggyDoggy
Im comin' home...
- 1,816
- Posts
- 17
- Years
- Age 32
- Just Outside Treasure Town
- Seen Nov 28, 2024
Agreed, I like it, though I have a couple of questions... Not about the tutorial but about scripting...
One, with the applymovement command, using Advance Map 1.92 (Or something) would you make the script under, Events > Scripts or Events > People ?
Two, are the flags random free space? Or is there a set list of every single different flag value... Can I just choose any number I wish and put it as a flag? For example 0x456 and 0x85F ?
Cheers
I'll answer both of your questions.
If you want to make an applymovement script happen when you click on a person, then click on the "Events" tab and increase the number of people by 1, or replace another persons script with yours.
If you want it to activate when you step on a certain spot, then you want to increase the number of "scripts" on the map, and assign your new script to it.
Remember to use:
Unknown 0300
Var Number 4050.
And now question 2...
The flags are not just random space, there are flags already in the game, many not even used by the original game that we refer to as "free flags"
Free Flags :
200 - 29F
500 - 79F
1000 - 109F
It is a bit unsafe using the set of 200 flags, marked in bright red, since they seem to be a bit unsafe, and may cause glitching, and screwiness...
The others, should be fine.
The most safe to use are 1000 - 109F
(Remember that flags are counted in hex)
Hope that answers your question! :t157: