Code: Select all
public void OnStartup()
{
void Life()
{
Game.ShowPopupMessage("life");
}
Life();
}picture of error message
Whats causing the problem and how do i fix it
Thanks!!

