0


I'm back into Wii modding right now for an unknown amount of time because zTwist is inspiring me to post mods that work. So right now, I'm getting on and off Wii trying to make scripts that work. If you have any specific requests or ideas, I'll try my best to make them.
I will possible make a quick gametype or two eventually if I don't quit half way through again. lol
Thanks for reading.![]()
Last edited by ChumLee; 06-28-2013 at 02:55 PM. Reason: fgt
Why don't you try your own menu base from scratch?
Try to make a nuke lol
Hey, the xuid script I made that is in non functional works
I've tried and failed multiple times in the past. Now that I understand more about this type of stuff, I might actually go back and try again eventually.
If you are talking about this script...
...then you are wrong. The first comma should be a plus sign, the second comma shouldn't be there, and self.XUID isn't a declared variable. Those commas are trying to separate multiple arguments in the parenthesis and it will give you an error, because IPrintInBold doesn't take multiple arguments.Code:GetPlayerXuid() { self IPrintInBold ( "My XUID Is", self.XUID, ); }
Last edited by ChumLee; 06-28-2013 at 03:09 PM.
Bookmarks