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 Tue Jun 18, 2013 11:11 pm

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: Fri May 04, 2012 6:19 pm 
Veteran

Joined: Mon Mar 26, 2012 6:51 pm
Posts: 392
Location: Philadelphia
Projects: Amy's Super Life!
Please help me with this:

You see, I want to make in a game that if you work at a shop, you will get $.25 for every smart point you have. I hope this is not an annoying question. I have seen people put this in online games before.

_________________
My blog : http://briannafactory.blogspot.com/


Top
 Profile Send private message  
 
PostPosted: Fri May 04, 2012 6:27 pm 
Veteran
User avatar

Joined: Wed Nov 18, 2009 11:17 am
Posts: 365
Location: Germany
Completed: Loren
Projects: PS2
You do it like this:
Code:
$ earnings = 0.25*smarts
$ money += earnings

Where smarts is the variable that has the characters smarts points and money is, as you probably already guessed, the variable for the characters money.

_________________
Avatar created with this deviation by Crysa
Currently working on:
  • Winterwolves "Planet Stronghold 2" - RPG Framework: Phase II


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: No registered users


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