General questions/comments about ZScript go here.
General Information: Q: Assembly only had floats. What is the difference between the types "int" and "float"? What about "bool"? Q: What should I...
Back in build 1076, I used the following in a custom door script to change the screen state of nearby rooms to simulate the normal NES door...
I'd like to know if there is a (relatively fast) way of determining how much time has elapsed since the last time the player pressed a key. The...
Is now included in ZC's downloads as of build 1232. Here is a small set of example usages for most of the functions.
ZScript Pad (or ZSPad/ZSP for short) is a program made by myself to create a somewhat competent ZScript Editor for the ZC community. While it is...
Here comes Anthus with another questions/ help thread. I just have some questions about some of the things you can do with scripting. These are very...
Just out of curiosity, is a ZScript interface to the new enemy defense settings in the works? Ideally, a read/write one. I've got a certain......
I was wondering if there was (and I'm very confident there is) any specific way your really expected to make something for a frame countdown. I've...
I wrote this utility function: //skip obj to affect Link bool Spiral(ffc obj, int x, int y, int deg, int far, bool solidity, bool fulltile){...
Is there a command that makes it so the side warp destination, or timed warp destination in other words, is changed when something happens, in this...
I tried to activate the secrets by using Screen->State and it worked but the problem is that the secrets don't appear unless I leave the screen and...
EDIT: Fixed it, and sped it up with a for loop. Check it out here. http://www.armageddongames.net/forums/showthread.php?p=1222184#post1222184
I want to make it so when you kill all the kids in Patra's outer ring then inner ring of kids begins shooting bubbles (flame2) and Patra moves...
ffc script Zora2{ void run(int count){ npc zora = Screen->CreateNPC(191); while(zora->isValid()){ if(zora->Tile >= 2220){ for(count...
How do I use them, specifically with weapons. Show me how to fire fireballs at link please.
if i wanna check if link is on a combo. is it like this? ffc script blah{ void run(int combo){ while(true){ ...
General Purpose 1-5: Scripts. I was wondering how to use these. I need it so I can work on my ladder/hookshot/feather only script.
I'm going to assume that the fire EW is used for fire gleeoks and gohma4s. The question is how do I emulate this effect in Zscript. It would be nice...
I'm having a small problem with the statue script I just finished writing. Right now, I'm using it for a couple arrow traps inside a dungeon room,...
I learned how to manipulate the Z Position of applicable stuff today. I have question though. What is the max amount? Also, the minimum amount is 0...
import "std.zh" global script potion{ bool use = false void run(){ while(true){ if(Link->InputL = true && Link->InputR = true){...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules