Common Event not starting

Capitán

kind of a big deal
Veteran
Joined
Jul 9, 2013
Messages
572
Reaction score
145
First Language
Engilsh
Primarily Uses
RMMV
I have set up a simple web system were the game pulls a version number from the server,


How it works:


Game retrieves the version number from the servers rb file version.rb which contains the following code:


$server_version = 0.1


Then it evals the version.rb file to inster the global variable into the game,


The game compares the $server_version to the $client_version using this code:


if $client_version != $web_version then
$game_temp.reserve_common_event(2)
end

# This is run inside of an in-game event.


this should simply run the common event if the two numbers are different,


so I changed the $client_version to 0.0,


if my math is correct 0.0 does not equal 0.1,


so why isn't the common event starting?
 
Last edited by a moderator:

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
Have you tried debugging it? like seeing if the if actually turns true?


if $client_version != $web_version then
p "true"
$game_temp.reserve_common_event(2)
end


this should print out true if the condition is true which then means the problems lies on the actual common event call..


TBH, since ur doing it in an event you could just use the default conditional branch event command and go to third tab to use a script call based condition and call the common event using the default event command too


CommonEvent.PNG
 

Capitán

kind of a big deal
Veteran
Joined
Jul 9, 2013
Messages
572
Reaction score
145
First Language
Engilsh
Primarily Uses
RMMV
Edit: It did print true, I was looking at the wrong thing, but the common event still doesn't run.


 
Last edited by a moderator:

Jonforum

Veteran
Veteran
Joined
Mar 28, 2016
Messages
1,623
Reaction score
1,440
First Language
French
Primarily Uses
RMMV
if $client_version != $web_version then
$game_temp.reserve_common_event(2)
end

# This is run inside of an in-game event.
did you try 

Code:
//not equal value or not equal type    
x !== 5
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
Did you try to use the event method that I posted?
 

Capitán

kind of a big deal
Veteran
Joined
Jul 9, 2013
Messages
572
Reaction score
145
First Language
Engilsh
Primarily Uses
RMMV
Last edited by a moderator:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,189
Members
137,771
Latest member
evoque
Top