View Single Post
  #4  
Old 10-27-2006, 09:29 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Chompy View Post
PHP Code:
temp.levels.loadfolder("levels/*.nw"0);
for(
temp.filetemp.levels
can be one example
Wrong

Quote:
Originally Posted by Stefan View Post
And temp.levels.loadfolder("levels/*.nw", true); for recursively checking all sub folders (what you wanted I guess)
Right. Thanks =D.. read pm

*Edit*
PHP Code:
// NPC made by Joey
function onActionGrab()
{
  echo(
"TOUCHED");
  
temp.lines.loadlines("scripts/signs.txt");

  for (
temp.var: temp.lines) echo(temp.var);

loadlines doesn't work on levels?
Reply With Quote