View Single Post
  #13  
Old 11-16-2006, 02:54 AM
Tyrial Tyrial is offline
The Shiznic
Join Date: Dec 2001
Location: Sweden > Stockholm
Posts: 2,411
Tyrial is an unknown quantity at this point
Okay, this isn't even GScript so don't laugh..
(Don't know what it is.. just some random theory.)

Can't you do like this?

NPC Code:


Class: Baddies.
timeout = 0.05;
if (timeout)
{

-- Stolen --
if (player.x in |this.x, this.x + this.width|)
{
if (player.y in |this.y, this.y + this.height|)
{
//Hit detection =o
}
}
-- /Stolen --

timeout = 0.05;
}



then in the baddie script do like "join baddies;" ?
__________________
-Mher Avetian
Reply With Quote