Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
void main()
|
|
{
|
|
ActionPauseConversation();
|
|
AssignCommand(GetPCSpeaker(),ActionPlayAnimation( ANIMATION_LOOPING_GET_LOW,1.0f,3.0f));
|
|
ActionWait(3.0f);
|
|
CreateItemOnObject("gz_it_pkeg",GetPCSpeaker());
|
|
DestroyObject(OBJECT_SELF);
|
|
}
|