Initial commit
Initial commit.
This commit is contained in:
13
_module/nss/vtw_mt.nss
Normal file
13
_module/nss/vtw_mt.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "inc_baseitem"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oItem = GetLocalObject(GetPCSpeaker(), "MODIFY_ITEM");
|
||||
|
||||
if (
|
||||
isMelee(oItem) ||
|
||||
isThrowing(oItem)
|
||||
) return TRUE;
|
||||
else return FALSE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user