Conversation Between Chimchar 9 and cooley
Showing Visitor Messages 106 to 120 of 184
-
June 29th, 2009 7:53 AMcooleyI'm fine. Just inserting graphical stuff atm into Eruption..Should take a while :\
What about you? How're you? -
June 29th, 2009 7:40 AMChimchar 9Hey cooley!
I love that video. ^_^
Oh by the way I'm still trying to fix that script, cause it has afew bugs in it.
(I'm crap at scripting.):P
Anyway how are youu?:) -
June 1st, 2009 6:42 AMChimchar 9Ah ok.;)
Lol yeah, I'm caring enough.:) -
May 31st, 2009 5:39 PMcooleyIs it normal for a 15 year old to be a father...That's what I meant.
..But hey, as long as you're caring and all, you're good to go! At least you're not like the other people that leave as soon as they hear the news lol -
May 31st, 2009 6:53 AMChimchar 9What do you mean by normal?
And yeah they know.
There really happy for us. -
May 31st, 2009 5:20 AMcooleyUmm...Okay, I guess it's normal for where you live :\
Hopefully your parents know -
May 30th, 2009 5:50 PMChimchar 9Well done.:P
-
May 30th, 2009 5:28 PMcooleyBut you're 15.........................
-
May 30th, 2009 5:09 PMChimchar 9Lol yeah.
Didn't you know?:\ -
May 30th, 2009 4:46 PMcooleyYour welcome...
...Your girlfriend is pregnant? O_o -
May 30th, 2009 1:18 PMChimchar 9Ok I'm getting it now, thanks!:D
-
May 29th, 2009 1:55 PMcooleyIt's real simple, look:
#org @start
setvar 0x4013 0x1
goto @script
end
#org @script
compare 0x4013 0x1
if 0x1 goto @left_trigger
compare 0x4013 0x2
if 0x1 goto @middle_trigger
compare 0x4013 0x3
if 0x1 goto @right_trigger
release
end
#org @left_trigger
'Script for the left trigger
release
end
#org @middle_trigger
'script for the middle trigger
release
end
#org @right_trigger
'Script for the right trigger
release
end
So I compiled it, and got this example offset for "@script, 0x801000.
What you should do now, is plug it into the next two scripts:
#org @start
setvar 0x4013 0x2
goto 0x801000
end
#org @start
setvar 0x4013 0x3
goto 0x801000
end
Why? To save space... The real script is 0x801000, and that's where it checks which variable was set. And to set a variable, you must step on that trigger. Now depending on which trigger you step on, a variable's value is set. For instance, if you step on the Middle one, value 2 is set for 0x4013.
When one value is set for a variable (in this situation) the other ones don't matter. Because it is only checking if ONE has been set, and if none have been set than the script will end. If one has been set, then the script will execute the script part accordingly.
And if this didn't help you, I'm afraid you need to read some tutorials...But hopefully you are a better scripter than I had in Mind ^_^
ONE MORE THING! ....Have fun :P -
May 29th, 2009 1:51 AMChimchar 9Well i done the pokeball part, but it's just the triggers.:\
-
May 28th, 2009 12:06 PMcooleyI really don't know how to make it simpler =\
What part confuses you, the Pokeall part or the triggers? -
May 27th, 2009 2:12 PMChimchar 9Thanks!:)
I'll probably change them later on.:P
And about all the scripts, it really confused me the way you explained it.:\
I'm not to good at following stuff.:P


