I am getting a nilmethod error on Xsilverblade's/Advocate's Floating Location Window script. I remember it working on my postality knights version of my game, but on the official it twitches.
script call: $scene.set_location("Map Name")
error: Script 'Scene_Map' line 287: NoMethodError occurred. undefined method `location=' for nil:NilClass
code lines:
def set_location(location)
@location_window.location = location
is there something missing or is the rgss system in postality different from the official (or did EB change something in an update?) ?
script call: $scene.set_location("Map Name")
error: Script 'Scene_Map' line 287: NoMethodError occurred. undefined method `location=' for nil:NilClass
code lines:
def set_location(location)
@location_window.location = location
is there something missing or is the rgss system in postality different from the official (or did EB change something in an update?) ?