View Single Post
  #2  
Old 05-11-2007, 06:49 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Chandler View Post
Balls, you speak lies.
Yeah, sure.. Whatever you say. That's the way they work though, perhaps you should try if your script works before you post it.



PHP Code:
function onCreated()
{
  
temp.myList = {"hey""hi""lol"};
  for (
currentItemtemp.myList)
    echo(
currentItem);
  echo(
currentItem);
  
scheduleevent(3"Repeat""");
}
function 
onRepeat()
{
  echo(
currentItem);

When onRepeat() is called, it will echo absolutely nothing!
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote