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.
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
// prc_rest,mod_resting
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// This script has been auto-generated by HakInstaller to call
|
|
// multiple handlers for the onplayerrest event.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_rest", OBJECT_SELF);
|
|
ExecuteScript("mod_resting", OBJECT_SELF);
|
|
}
|