20 lines
645 B
Plaintext
20 lines
645 B
Plaintext
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
//:::::::::::::::::::::::: Shayan's Subrace Engine::::::::::::::::::::::::::::::
|
|
//:::::::::::::::::File Name: sha_on_pceqpitem :::::::::::::::::::::::::::::::::
|
|
//::::::::::::::::::::: OnPlayerEquipItem script :::::::::::::::::::::::::::::::
|
|
//:: Written By: Shayan.
|
|
//:: Contact: mail_shayan@yahoo.com
|
|
//
|
|
// Description: This script is used to check whether the PC belonging to a
|
|
// particular subrace can use the item (weapon) they are trying to
|
|
// equip.
|
|
|
|
#include "sha_subr_methds"
|
|
|
|
void main()
|
|
{
|
|
SubraceOnPlayerEquipItem();
|
|
}
|
|
|
|
|