[Command] setDifferentMajor
Posted: Sat Nov 06, 2021 5:53 pm
Actor.setDifferentMajor()
USE:
Set the Major for the NPC to be a random subject but not the same as the player, both for teaching and studying.
TYPE: Command, Non-Ref
RETURNS: /
THEME: University
COMPARE: setMajor(), setSameMajor()
EXAMPLE:
USE:
Set the Major for the NPC to be a random subject but not the same as the player, both for teaching and studying.
TYPE: Command, Non-Ref
RETURNS: /
THEME: University
COMPARE: setMajor(), setSameMajor()
EXAMPLE:
Code: Select all
"I'm studying History"
Actor.setSameMajor()
"<Actor.name> is not my classmate."