Show Posts

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.


Messages - MrG

Pages: [1]
1
Archive / (no subject)
« on: September 18, 2003, 07:57:03 PM »
Quote from: Rueben,Tuesday, September 16, 2003 7:52 PM
Complete his PostGrad English thesus.
Looks like we have a winner.. Wink

2
Archive / (no subject)
« on: September 10, 2003, 02:55:51 PM »
Oh. I thought he was talking about the pseudo-3D FF7 battles which would be rather hard to accomplish. Just moving the player to the enemy is pretty easy, actually.

Mike

3
Archive / (no subject)
« on: August 24, 2003, 01:18:51 PM »
Are you using all the same item to test it out, or different items? Are there still four items after you take one away? What exactly comes out for the output after you try to delete the item?

Yeah, same G, by the way. Wink

Mike

4
Archive / (no subject)
« on: August 23, 2003, 11:46:22 AM »
No, you don't have to wait for TK3...

You just have an error here:

Code: [Select]
#If(itemkill!>=5)
{
     #Kill(Menuitem[itemkill!]$)
     #Itemkill!=Itemkill!+1
     #Branch(:Itemkill)
}

That #If(itemkill!>=5) should be #if(itemkill!<=5). That should fix it. You should also make that a #While loop, but you don't have to.

Hope that helps..

Mike

Pages: [1]