fight #164

Parent #93Owner #361Flags readSource hellcore/hellcore.db

Aliases: fight

2 verbs · 19 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
_startthis none thisrxd#1646
_finishthis none thisrxd#1641

Properties

PropertyDefinerFlagsOwnerValue
help_msg#93rc#361<clear>
duration#93rc#361<clear>
preemptible#93rc#361<clear>
unstoppable#93rc#361<clear>
dodge_mod#93rc#361<clear>
doing_msg#93rc#361<clear>
doing_to_msg#93rc#361<clear>
oabort_msg#93rc#361<clear>
can_parry#93rc#361<clear>
aliases#1rc#361{"fight"}
description#1rc#361<clear>
object_size#1r#29{0, 0}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rc#361<clear>
owner_verbs#1rc#361<clear>
plural_name#1rc#361<clear>
client_image#1rc#361<clear>
listening#1rc#361<clear>

Ancestry

Ancestors (nearest first): #93 Generic Action#1 root

Children: none

Source

_start

Spec this none thisFlags rxdOwner #361Definer #164

Referenced by

none

Source

1who = args[1];
2target = args[2][1];
3if (!(target in who.fighting))
4who:start_fighting(target);
5endif
6return {1.0, 0};

_finish

Spec this none thisFlags rxdOwner #361Definer #164

Referenced by

none

Source

1