Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Wed Jun 19, 2013 9:40 am

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Mon Jul 02, 2012 1:10 am 
Newbie
User avatar

Joined: Mon Jul 02, 2012 12:49 am
Posts: 9
i'm rather new to Ren'Py so i follow everything i read in tutorials and cookbooks.
in my game.. i ask the player for his name. the save point is great! (i can see the time and date) but how do i get see my username in the savepoint without actually clicking it? like what if 3 players use my game.. how do i know whose save point is who's without looking at the time and date?

or how about this..
how can i create an account for the player so that all save points are his?

thanks so much in advanced. :D


Top
 Profile Send private message  
 
PostPosted: Mon Jul 02, 2012 11:01 am 
Miko-Class Veteran
User avatar

Joined: Fri Dec 11, 2009 5:25 pm
Posts: 981
You could use "save_name" variable - http://www.renpy.org/wiki/renpy/doc/ref ... d_Rollback
Code:
label start:
    $ x = renpy.input ("What's your name?")
    $ save_name = x


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot], NoahSindri


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group