22 lines
467 B
Text
22 lines
467 B
Text
|
|
||
|
////////////////////////////////////////////////////////////////////////////////////
|
||
|
// sentences related to target slection
|
||
|
////////////////////////////////////////////////////////////////////////////////////
|
||
|
TARGET_NEW(entity e)
|
||
|
{
|
||
|
target_new [&SYS&You target $e.ia$ $e$.]
|
||
|
}
|
||
|
TARGET_SELF()
|
||
|
{
|
||
|
target_self [&SYS&You target yourself.]
|
||
|
}
|
||
|
TARGET_NONE()
|
||
|
{
|
||
|
target_none [&SYS&You now have no target .]
|
||
|
}
|
||
|
|
||
|
INVALID_TARGET()
|
||
|
{
|
||
|
[&CHK&Invalid Target.]
|
||
|
}
|