Thread: Classes help
View Single Post
  #1  
Old 01-12-2008, 07:36 PM
SmeewN SmeewN is offline
Registered User
Join Date: Dec 2007
Posts: 5
SmeewN is on a distinguished road
Classes help

I am having trouble placing classes, can someone give me a good example how to putnpc2?

function onCreated()
{
setimg("snicon_blank.gif")
timeout = 2;
}
function ontimeout()
{
this.destroy();
}

This is my class's script.
I can't get putnpc2 to work on an NPC or weapon.

Last edited by SmeewN; 01-12-2008 at 07:51 PM..
Reply With Quote