Ok so im completely confused with the new scripting. I know my way around JS very well but i dont know how to work with other peoples crap like calling a scene i made. In unity its very simple to do because i only have my own code to worry about.
Im trying to make the most barebone simple script possible that just does 1 thing so i can get my foot in the door.
I know in the past you would do something like
$scene = Scene_Test
but it doesn't seem to be that simple anymore.
This is the test script im trying to run.
//=============================================================================
// Test.js
//=============================================================================
/*:
* @plugindesc For testing
* @author Polraudio
*
* @help This is for testing
*/
function Scene_Test() {
$gameParty.gainGold(7000);
}
If anyone knows how i can call this simple script via event callscript please let me know and thanks :).
Im probably missing something since its been a very very long time since i ever touched something thats like RGSS.
Ok so im completely confused with the new scripting. I know my way around JS very well but i dont know how to work with other peoples crap like calling a scene i made. In unity its very simple to do because i only have my own code to worry about.
Im trying to make the most barebone simple script possible that just does 1 thing so i can get my foot in the door.
I know in the past you would do something like
but it doesn't seem to be that simple anymore.
This is the test script im trying to run.
//============================================================================= // Test.js //============================================================================= /*: * @plugindesc For testing * @author Polraudio * * @help This is for testing */ function Scene_Test() { $gameParty.gainGold(7000); }If anyone knows how i can call this simple script via event callscript please let me know and thanks :).
Im probably missing something since its been a very very long time since i ever touched something thats like RGSS.
Share this post
Link to post
Share on other sites