PDA

View Full Version : Item Scripting



bluedeath
12-17-2007, 10:41 AM
What is item scripting? What does it do?:confused:

C-Dawg
12-17-2007, 12:01 PM
Whatever you want.

Scripting lets you add more code to the zelda classic engine. So if you want an item that doesn't exist yet, you can make it. Of course, you have to learn to script first.

Joe123
12-17-2007, 12:12 PM
With an item script, you can either make an action occur when you pick up an item (such as playing a message on the screen, changing the value of a counter etc.) or every time that you activate the use of an item.
The second one can be used for making pretty much whatever you want, as C-Dawg said.

They work in exactly the same way as ffc or global scripts (apart from the fact that you get no Waitframe(); so they can only last for one frame), it's just where you attach them to really.

bluedeath
12-17-2007, 02:20 PM
Okay thanks!:D