8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
|
Scriptname CMPeddlingPlayerAliasScript extends ReferenceAlias
|
||
|
|
||
|
CMPeddlingScript Property QuestScript Auto
|
||
|
|
||
|
event OnPlayerLoadGame()
|
||
|
debug.Trace("CMPeddlingPlayerAliasScript OnPlayerLoadGame")
|
||
|
QuestScript.Maintenance()
|
||
|
endEvent
|