Name:
Anonymous
2004-12-29 13:20
while (!dead (1))
fork (smith);
Name:
MoonWolf
!S76hCpIH5w
2004-12-29 13:48
Correction:
while(smith.health > 0)
{
target = getfromeyes(closest, entity)
Turn(target.x,target.y)
while(target.source!=smith.source)
{
move(forward, run);
if(entity.distance=<1feet && entity.resistance =< 4)
{
copy(smith.source, target.source);
}
if(entity.distance=< && entity.resistance => 5)
{
taunt(target);
fight(target);
}
}
}
die();
Name:
Anonymous
2005-01-01 14:52
You forgot:
if (!self.sunglasses)
{
panic();
}