Difference between revisions of "Simple Companion Tutorial"
Jump to navigation
Jump to search
Final edit.
imported>Rionukyo m |
imported>Rionukyo (Final edit.) |
||
Line 9: | Line 9: | ||
thy all have to be different names in the editor. | thy all have to be different names in the editor. | ||
make new NPC: just give her | make new NPC: just give her aneasy to remember id. Starting with the | ||
letter "A" is not a bad idea for the id so its at the top | letter "A" is not a bad idea for the id so its at the top | ||
of the list of names to show up in The editor. | of the list of names to show up in | ||
The editor. | |||
check essential if you want them to be immortal. | check essential if you want them to be immortal. | ||
Line 74: | Line 77: | ||
Save your Script. If you are confused follow example below. | Save your Script. If you are confused follow example below. | ||
|Example of script| | == |Example of script| | ||
ScriptName alexfollowscript | ScriptName alexfollowscript | ||
Short alexfollowme | Short alexfollowme | ||
|Example of script| | |||
|Example of script| == | |||
---------------------------------------------- | ---------------------------------------------- | ||
Line 128: | Line 134: | ||
|Example of script| | |Example of script| | ||
AddTopic alexfollow | AddTopic alexfollow | ||
AddTopic alexstay | AddTopic alexstay | ||
|Example of script| | |Example of script| | ||
Line 140: | Line 149: | ||
|Example of script| | |Example of script| | ||
StopWaiting alexfollowme | StopWaiting alexfollowme | ||
Set aaalex.alexfollow to 1 | Set aaalex.alexfollow to 1 | ||
Line 151: | Line 161: | ||
|Example of script| | |Example of script| | ||
Wait alexfollowme | Wait alexfollowme | ||
Set aaalex.alexfollow to 0 | Set aaalex.alexfollow to 0 | ||
|Example of script| | |Example of script| | ||