.JS FILE WONT WORK I DONT KNOW WHAT...

User 607353 Photo


Guest
1 post

i=0
while (i<1000)
{
iimPlay("B-Rank/B-RankWake.iim")
x=iimGetLastExtract(1)
if(x=="Earth Golem")
{
iimPlay("B-Rank/Golem-B.iim")
}
else
{
iimPlay("B-Rank/B1-A.iim")
}
{
iimPlay("B-Rank/B3-A.iim")
}
}
i++
B1-A.iim


Can someone post a different version to this please i need your help
User 597929 Photo


Registered User
1,332 posts

At first glance you are incrementing i outside of the while loop, so it never goes above zero. I'm guessing this takes you into an infinite loop?
"You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa

Visit Spinland Studios: http://www.spinland.biz

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.