76
FF8 Tools / Re: [FF8] Rinoa's Toolset - BS, WMSET, WMX, GF, RAIL, TIM, TEX, FMV, wm2field...
« on: 2016-10-27 20:29:01 »
Thanks Maki, it works now.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.




Will you put this editor in your Rinoa's toolset ?


if (rand() % 3 == 0) {
return
}
if (self.status == CONFUSION) {
target(207)
if (self.varDC == 0) {
target(200)
domoveid(2)
self.varDC = 1
changeresistance(3, 900)
changestat(1, 10)
changestat(3, 10)
}
else {
target(207)
domoveid(1)
}
return
}
if (self.varDC == 0) {
target(201)
domoveid(0)
}
else {
target(201)
domoveid(1)
}
if (rand() % 3 == 0) {
return
}
if (self.status == CHARGED) {
target(207)
if (self.hp == 20) {
domoveid(2)
self.varDC = 1
changeresistance(3, 900)
changestat(1, 10)
changestat(3, 10)
}
else {
target(204)
domoveid(1)
}
return
}
if (self.hp == 7) {
domoveid(0)
}
else {
target(201)
domoveid(1)
}

PSHN_L 1
LASTIN
PSHN_L 1
SEALEDOFF
PSHN_L 4
SEALEDOFF
PSHN_L 8
SEALEDOFF
PSHN_L 16
SEALEDOFF
PSHN_L 32
SEALEDOFF
PSHN_L 64
SEALEDOFF
PSHN_L 128
SEALEDOFF