View Single Post
  #9  
Old 06-08-2007, 04:01 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
PHP Code:
function onCreated() {
  
with (putnpc2(3030""))
  {
    
this.join("mud_npc_getgenericenemytest");
    
this.eName "Shadow";
  }

PHP Code:
function onCreated() {
  
temp.file;
  echo (
this.eName);

Oh sorry, didn't read up. That should work.
Reply With Quote