Steal Command- by Seith This command *ONLY* works if there is one enemy in a monster party. Sorry. Another version will come out once I figure out how to make it so you an choose which enemy to steal from. This tutorial teaches you how to make a "steal" command for all of those theives running around in your RM2K games. Well, here goes. -------------------------------------------------------------------- THE "STEAL" SYSTEM! -Make a new spell called "Steal". Make it a switch, only available in battle. call the switch "Steal" and turn it ON. -Go into a monster party and make 3 pages. On the first page have it triggered if "steal" is ON. 1.Make a switch called "haventstole". 2.Make a fork option triggered is "haventstole" is OFF. 3.in the fork, have it set a variable called "Stealing" a random number between 1-100. 4.Make a switch called "steal2" and turn it on. (In fork) 5.Make another switch called "okaysteal" and turn that on as well. (In fork) 6.Make another fork (NOT inside the first fork) that is triggered is "haventstole" is ON. 7.(In the second fork) have a message say "You already stole an item!" 8.(In the second fork) make the switch "steal" turned off. On the NEXT page(2) 1.make the page triggered if "steal2" is ON. 2.Make a fork option triggered if "Okaysteal" is ON. 3.(Inside the Fork) make another fork that is triggered if "steal" is 74 or OVER. **NOTE** STEP FOR IS ONLY FOR RANDOM STEALING ITEMS, OTHER WISE, FORGET STEP 4 & 5 AND MAKE IT ADD AN ITEM OF YOUR CHOICE FOR THE BATTLE** 4.(In the second fork) make a variable called "item" and make it random by what rang of items you want. (#1 is Potion. If you ONLY want to steal potions, the rand. is 1-1. #2. is Teardrop. Putting the rand. at 1-2 makes it ither steal a Potion or a teardrop) 5.(In the second fork) Add an item determined by the variable "ITEM" 6.(In the second fork) set the switch "steal" off. 7.(In the second fork) set the switch "steal2" off. 8.(In the second fork) set the switch "okaysteal" off. 9.(In the second fork) set the switch "haventstole" on. Onto the next page(3) 1.Make a Fork Option, triggered if "okaysteal" is ON. 2.Make a fork Option (inside the first fork) triggered if "steal" is 74 or less. 3.(In the second fork) Message: "couldnt steal" 4.(In the second fork) change switch: "steal2" OFF 5.(In the second fork) change switch: "steal" OFF 6.(In the second fork) change switch: "okaysteal" OFF 7.(In the second fork) set the variable "steal" to 0. You have to add this to all your battles you want this command to work in. COPY/PASTE the pages. It doesnt take too long. Also, you might want to change the recieving items according to what battle yur in. You dont want to get the strongest weapon from something like a slime! THATS ALL! Hope this wasnt too confusing! Made by Seith of Epyonweb This work is the copyright of Epyon Dev. Team, it may not be reproduced, reprinted or otherwise distibuted with out express written permission from the author.