mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:37:14 -05:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
/*
|
|
generic maneuver calling function
|
|
*/
|
|
#include "tob_inc_move"
|
|
|
|
void main()
|
|
{
|
|
UseManeuver(GetPowerFromSpellID(PRCGetSpellId()), MANEUVER_LIST_RETH_DEKALA);
|
|
} |