Category:Intermediate Plotscripting
Jump to navigation
Jump to search
Topics related to Interdiate level plotscripting writing belong in this category
Pages in category "Intermediate Plotscripting"
The following 77 pages are in this category, out of 77 total.
C
H
- How can I allow the player to rename someone who never joins their team?
- How can I draw a circle of light around the hero?
- How can I make it so that an inn restores HP, but not MP?
- How can I trick the Npc limit?
- How do I add screens before my title game screen?
- How do I allow players to rename characters?
- How do I attack NPCs outside of battle?
- How do I avoid script buffer overflows?
- How do I call one script directly from another script?
- How do I check for more than 2 tags at once?
- How do I check if a menu is opened or closed?
- How do I check if a save slot is already full?
- How do I check if a slice collection is opened or closed?
- How do I check if there is already an .sav file using plotscripting?
- How do I check if there is already an npc on the map using plotscripting?
- How do I destroy all the NPCs on a single map?
- How do I get more control over the display of map names?
- How do I get rid of NPC misalignment?
- How do I hide or show a map layer?
- How do I implement autosave?
- How do I implement mouse input in my game?
- How do I implement new keys for the player with hero jumps as an example?
- How do I implement pause outside battles/ in my battle system?
- How do I increase or decrease the value of a global variable?
- How do I know I have to use more than one hss file?
- How do I make a "fake" movie using backdrops?
- How do I make a "Save Point using strings & slices"?
- How do I make a "Save Point"?
- How do I make a Bank where you can store money/items?
- How do I make a different song play when you ride a vehicle?
- How do I make a INN that does not revive dead heroes?
- How do I make a INN using a menu edited under Custom?
- How do I make a presentation for my save point or my restore point?
- How do I make a save slot load automatically instead of the load menu when the game launches?
- How do I make a teleporter that transports you to an "HQ" thoughout the whole game?
- How do I make a text box that automatically shows the name of the item that I set it to give?
- How do I make a text box using slices?
- How do I make an NPC or hero look like it's jumping?
- How do I make an NPC say something different later?
- How do I make an NPC that gives you hints all along the game?
- How do I make choices in a dialog box?
- How do I make choices in a dialogue box and use them for different NPCs?
- How do I make dialogues with letter that has accents or in a foreign language?
- How do I make heroes and npcs invisible?
- How do I make more than two choices in a text box using figures?
- How do I make my vehicle remember where I parked it?
- How do I make one, two, or three NPCs follow the hero?
- How do I make the player lose all their money and give it back later?
- How do I make the screen scroll like a Zelda game?
- How do I mix colors together?
- How do I move or reorder a map layer?
- How do I prevent a dead hero from reviving at the Inn?
- How do I prevent the player from popping up the menu?
- How do I prevent the screen from fading in too early?
- How do I rename heroes?
- How do I reset time?
- How do I script a wait that the player can skip by pressing a key?
- How do I use string to update dialogues?
- How do I write map autorun scripts?
I
W
- What are the differences between a variable and a global variable?
- What are the differences between the "walk hero " command and "walk to X/Y" command?
- What are the differences between the different keypress commands?
- What are the RGB values for the different colors?
- What is a good RGB value for a "Night Time Effect" when using the tweak palette plotscript command?
- What is a variable?
- What is a while loop and how do I make it?
- What is the 3rd Party HSI?
- What is the set hero Z command, and how do I correctly use it?
- Why can't I have more than one script at a time?
- Why can't I launch a script when already inside a script?
- Why does my on-keypress script freeze/produce errors when I hold down a key?