Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
src.expgive = expnext/10
[Tips]
ID:268271
May 23 2004, 9:09 am
Vash_616
src.expgive = expnext/10
What does
expnext/10 mean
May 23 2004, 9:20 am
Foomer
Vash_616 wrote:
src.expgive = expnext/10
What does
expnext/10 mean
set source var "expgive" to "expnext" var divided by 10.
Basically.
expnext/10 means expnext divided by 10.
May 23 2004, 9:23 am
In response to
Foomer
Vash_616
so if i made it expnext/5 it would make it hard for ur exp? if the numbers lower?
Copyright © 2025 BYOND Software. All rights reserved.
set source var "expgive" to "expnext" var divided by 10.
Basically.
expnext/10 means expnext divided by 10.