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
.JS FILE WONT WORK I DONT KNOW WHAT...
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
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.