You will write your own scripts from scratch or you will continue as usual? RappTools is build from: - decrypted Orionflame; - decrypted Polyboost; - scripts from James Haywood; - scripts from a lot of other maxscripters. When you will give credits to the developers of Polyboost, Oronflame and all other guys. You decrypt…
[ QUOTE ] no scripted events but sometimes the scripted fight will come into that record store where you have that other scripted fight. [/ QUOTE ] I guess it's how you define scripted, it sounds like the big daddy, little sister, and two splicers are always in that area (it could be just for the demonstration, he did say…
There might be a better way to do this but you can script it pretty easily. Basically you turn on the maxscript listener, clear it out, add the modifier, make the changes and copy/paste that into a script you can then drag that script into the tool bar. Anytime you click that button you get that modifier with those…
Hi, I’m a manga script writer. I’ve watched over 400 anime and read nearly 200 manga, and now I’m developing my own original manga-style series called “The Unknown Awakening.” I want this to be the first proper Indian manga with a global audience. In a world where 25% of humanity awakens superpowers upon reaching maturity,…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Ok this drives me nuts and I have no idea why it is how it is.. I think I'm doing something wrong with the rollout stuff but not sure this is the code fn A1 = ( C1(); )fn C1 = (return true;)rollout teststuff "test stuff" ( button buttonTestFunction1 "bla"; on buttonTestFunction1 pressed do ( print (A1()); ))objEd =…