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
Problem with statpanel
[Tips]
ID:148618
Dec 6 2002, 1:07 pm
Koolguy900095
the code is
if(locate(/mob/items/Spellbook in usr)
statpanel("Spellbook")
and it says GM Codes.dm:343:error: statpanel: missing comma ',' or right-paren ')'
Dec 6 2002, 1:16 pm
OneFishDown
if(locate(/mob/items/Spellbook in usr)
<font color = "red">)</font>
statpanel("Spellbook")
Dec 6 2002, 1:43 pm
In response to
OneFishDown
Koolguy900095
thanks
Copyright © 2025 BYOND Software. All rights reserved.
statpanel("Spellbook")