Rivals of Aether

Rivals of Aether

Ronald doesn't win
 This topic has been pinned, so it's probably important
VMan_2002  [developer] 6 Nov, 2020 @ 11:38pm
Compatible characters, and how to make yours
Post your compatible characters here
See end of "other_init.gml" for a compatibility example.

Some interesting variables (set this on this char's object):

shakecam: Set this to a number every frame to continuously shake the camera. The shaking is more intense depending on the value set.

what_timer: Set it to a value more than 1. It decreases every frame, and when it reaches 1, Earthbound Sanctuary Guardian plays

inactive_player: Set it to true to make the char disappear forever.

active_player: If inactive_player was set to true, setting this to true brings this char back.

respawn_on_die: Set it to a player object, and when that player dies this dies too and also sets active_player to true.

gmod_undone: Set this to 250 to play a HUD animation replicating undo-ing an object in Garry's Mod.

talking: Set it to true to make this char use a talking animation, set it to false when you're done
Last edited by VMan_2002; 16 Nov, 2020 @ 5:49am