Jump to content

What was the code?


Formerly II

Recommended Posts

Right, this might be a very basic question, but I really have no idea what the code for calling a target's number is. Let's say I want to erase whichever creature is hit by another creature. It would be something like this, right?

 

beginstate 3; // attacking

if (target_ok() == FALSE)

set_state(START_STATE);

do_attack();

erase_char(what_would_I_put_here?);

break;

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...