Added DMFI
Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
This commit is contained in:
8
_module/nss/re_onactivate.nss
Normal file
8
_module/nss/re_onactivate.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
//BESIE Widget
|
||||
if(GetTag(GetItemActivated()) == "BESIEWidget")
|
||||
{
|
||||
AssignCommand(GetItemActivator(), ActionStartConversation(GetItemActivator(), "re_widget", TRUE));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user