9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
|
void main()
|
||
|
{
|
||
|
//BESIE Widget
|
||
|
if(GetTag(GetItemActivated()) == "BESIEWidget")
|
||
|
{
|
||
|
AssignCommand(GetItemActivator(), ActionStartConversation(GetItemActivator(), "re_widget", TRUE));
|
||
|
}
|
||
|
}
|