Post: Unlimited Lives on S&D Help
11-01-2015, 08:28 AM #1
xPlayer420
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); So i got this and i dont know what the setDvar is for lives cause i tried
     setDvar("registernumlives", 69); 
and it didnt work so if anyone knows what it is that would be awesome Smile
(adsbygoogle = window.adsbygoogle || []).push({});
11-01-2015, 08:39 AM #2
Script Kiddie
At least I can fight
Originally posted by xPlayer420 View Post
So i got this and i dont know what the setDvar is for lives cause i tried
     setDvar("registernumlives", 69); 
and it didnt work so if anyone knows what it is that would be awesome Smile


    registernumlives(0, 0);

The following 2 users say thank you to Script Kiddie for this useful post:

BullyWiiPlaza, xPlayer420
11-01-2015, 02:53 PM #3
BullyWiiPlaza
Climbing up the ladder
Originally posted by Script
    registernumlives(0, 0);

Correct answer.
    unlimitedLives()
{
registerNumLives(0, 0);
}

Call in init() like this:
    unlimitedLives();

You CANNOT use this as an option in the mod menu, it won't work.
11-01-2015, 04:04 PM #4
-Numb
You talkin to me?
Originally posted by BullyWiiPlaza View Post
Correct answer.
    unlimitedLives()
{
registerNumLives(0, 0);
}

Call in init() like this:
    unlimitedLives();

You CANNOT use this as an option in the mod menu, it won't work.


Why not put registerNumLives(0, 0); in the init instead of making a function for it?
11-01-2015, 04:16 PM #5
BullyWiiPlaza
Climbing up the ladder
Originally posted by Numb View Post
Why not put registerNumLives(0, 0); in the init instead of making a function for it?

Your choice
11-01-2015, 05:25 PM #6
xPlayer420
Bounty hunter
Okay thank you Smile
11-01-2015, 07:52 PM #7
xPlayer420
Bounty hunter
I used a function to call it in my Infinite Game

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo