10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
#include "lcs_wpn_include"
|
|
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oPC);
|
|
mdg_GetNextValidWeaponGlow(oItem);
|
|
}
|